-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Email Forwards: Bump the number of email forwards allowed for business users. #1205
Conversation
Looks good works as expected 👍 |
@@ -4,6 +4,14 @@ | |||
import React from 'react'; | |||
|
|||
const EmailForwardingLimit = React.createClass( { | |||
maxForwards() { | |||
if ( this.props.maxForwards === 500 ) { | |||
return 'unlimited'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we translate it?
@matthusby what is the status of this one? |
I just made one small update. My calypso is totally borked right now and I don't have time to find out whats going on right now. Could someone take this over? @scruffian @drewblaisdell Should just need testing. |
Just noting that I opened #3156 to serve the same purpose (didn't know this existed). Definitely only need one or the other. |
Thanks @jeremeylduvall I will close this one. |
No description provided.