Skip to content

Commit 96c2bc3

Browse files
author
Garion Herman
committed
FIX Use correct translation string for AccountResetUI.renderSuccess()
1 parent c1dd2b5 commit 96c2bc3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

client/dist/js/bundle-cms.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/src/components/FormField/RegisteredMFAMethodListField/AccountResetUI.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ class AccountResetUI extends Component {
164164
<span className="account-reset-action__message">
165165
{
166166
i18n._t(
167-
'MultiFactorAuthentication.ACCOUNT_RESET_SENDING',
167+
'MultiFactorAuthentication.ACCOUNT_RESET_SENDING_SUCCESS',
168168
fallbacks['MultiFactorAuthentication.ACCOUNT_RESET_SENDING_SUCCESS']
169169
)
170170
}

0 commit comments

Comments
 (0)