Skip to content

Commit

Permalink
FIX Use correct translation string for AccountResetUI.renderSuccess()
Browse files Browse the repository at this point in the history
  • Loading branch information
Garion Herman committed Feb 5, 2020
1 parent c1dd2b5 commit 96c2bc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/dist/js/bundle-cms.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class AccountResetUI extends Component {
<span className="account-reset-action__message">
{
i18n._t(
'MultiFactorAuthentication.ACCOUNT_RESET_SENDING',
'MultiFactorAuthentication.ACCOUNT_RESET_SENDING_SUCCESS',
fallbacks['MultiFactorAuthentication.ACCOUNT_RESET_SENDING_SUCCESS']
)
}
Expand Down

0 comments on commit 96c2bc3

Please sign in to comment.