Skip to content

Commit 43b0594

Browse files
authored
Merge pull request #355 from creative-commoners/pulls/4.0/fix-notification-translation
FIX Re-fix the Notification.REGISTERED/REMOVED translations
2 parents cbb7512 + 263d71f commit 43b0594

3 files changed

Lines changed: 4 additions & 3 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/dist/js/bundle.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.

lang/en.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ en:
3232
CODESLEFT: 'You now have {count} codes remaining.'
3333
HELLO: Hi
3434
NOTYOU: 'If you did not take this action, please contact your system administrator immediately.'
35-
REGISTERED: 'You have removed the {method} authentication method from your account at {site}.'
35+
REGISTERED: 'You have successfully registered {method} as an extra layer of protection for your account at {site}.'
36+
REMOVED: 'You have removed the {method} authentication method from your account at {site}.'
3637
USEDBACKUPCODE: 'A recovery code was used to gain access to your account at {site}.'
3738
SilverStripe\MFA\Extension\AccountReset\SecurityAdminExtension:
3839
ACCOUNT_RESET_EMAIL_SUBJECT: 'Reset your account'

0 commit comments

Comments
 (0)