diff options
author | Go MAEDA <maeda@farend.jp> | 2022-07-10 06:57:16 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2022-07-10 06:57:16 +0000 |
commit | 15e444ae38a05541542104da07c5a0ed370688fa (patch) | |
tree | ea29dc061cc22a1d36c3d070addccefa3307b49d /config/locales/en.yml | |
parent | 675adf74bd65563faa6ab8d5a7bea207a9f8c24b (diff) | |
download | redmine-15e444ae38a05541542104da07c5a0ed370688fa.tar.gz redmine-15e444ae38a05541542104da07c5a0ed370688fa.zip |
Information text on sudo password entry (#33660).
Patch by Felix Schäfer.
git-svn-id: https://svn.redmine.org/redmine/trunk@21699 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 209e827f6..bfaf7f804 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1357,6 +1357,7 @@ en: text_project_is_public_anonymous: Public projects and their contents are openly available on the network. label_import_time_entries: Import time entries label_import_users: Import users + sudo_mode_new_info_html: <strong>What's happening?</strong> You need to reconfirm your password before taking any administrative actions, this ensures your account stays protected. twofa__totp__name: Authenticator app twofa__totp__text_pairing_info_html: 'Scan this QR code or enter the plain text key into a TOTP app (e.g. <a href="https://support.google.com/accounts/answer/1066447">Google Authenticator</a>, <a href="https://authy.com/download/">Authy</a>, <a href="https://guide.duo.com/third-party-accounts">Duo Mobile</a>) and enter the code in the field below to activate two-factor authentication.' |