Skip to content

Commit

Permalink
Change "Reset Email" to "Update Email" in System Console > Users (mat…
Browse files Browse the repository at this point in the history
…termost#1466)

* Update en.json

* Update reset_email_modal.jsx

* Update system_users_dropdown.jsx
  • Loading branch information
jasonblais authored and jwilander committed Jul 20, 2018
1 parent 2ddfe6c commit ef6732b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default class ResetEmailModal extends React.Component {
const title = (
<FormattedMessage
id='admin.reset_email.titleReset'
defaultMessage='Reset Email'
defaultMessage='Update Email'
/>
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ export default class SystemUsersDropdown extends React.Component {
>
<FormattedMessage
id='admin.user_item.resetEmail'
defaultMessage='Reset Email'
defaultMessage='Update Email'
/>
</a>
</li>
Expand Down
4 changes: 2 additions & 2 deletions i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@
"admin.reset_email.cancel": "Cancel",
"admin.reset_email.newEmail": "New Email",
"admin.reset_email.reset": "Reset",
"admin.reset_email.titleReset": "Reset Email",
"admin.reset_email.titleReset": "Update Email",
"admin.reset_password.cancel": "Cancel",
"admin.reset_password.curentPassword": "Current Password",
"admin.reset_password.missing_current": "Please enter your current password.",
Expand Down Expand Up @@ -1351,7 +1351,7 @@
"admin.user_item.member": "Member",
"admin.user_item.mfaNo": "<strong>MFA</strong>: No",
"admin.user_item.mfaYes": "<strong>MFA</strong>: Yes",
"admin.user_item.resetEmail": "Reset Email",
"admin.user_item.resetEmail": "Update Email",
"admin.user_item.resetMfa": "Remove MFA",
"admin.user_item.resetPwd": "Reset Password",
"admin.user_item.revokeSessions": "Revoke Sessions",
Expand Down

0 comments on commit ef6732b

Please sign in to comment.