Skip to content

Commit

Permalink
Merge pull request #371 from creative-commoners/pulls/4.0/fix-account…
Browse files Browse the repository at this point in the history
…-reset-string

FIX Use correct translation string for AccountResetUI.renderSuccess()
  • Loading branch information
ScopeyNZ authored Feb 5, 2020
2 parents c1dd2b5 + 96c2bc3 commit a258feb
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 a258feb

Please sign in to comment.