diff options
author | Go MAEDA <maeda@farend.jp> | 2020-12-10 00:57:38 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-12-10 00:57:38 +0000 |
commit | 086c95569e629b47049e308f627916df7182fb5f (patch) | |
tree | 85c7c694f22d5666dbb4e405081e903930d66e7f /config/locales | |
parent | 461fe8304fad30042a6a42c0d451ee9651dc62c8 (diff) | |
download | redmine-086c95569e629b47049e308f627916df7182fb5f.tar.gz redmine-086c95569e629b47049e308f627916df7182fb5f.zip |
Require explicit confirmation before deleting a user (#34417).
Patch by Jens Krämer.
git-svn-id: http://svn.redmine.org/redmine/trunk@20600 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/de.yml | 2 | ||||
-rw-r--r-- | config/locales/en.yml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml index 80484859d..3b22f3fe1 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -1369,3 +1369,5 @@ de: error_invalid_size_parameter: Invalid size parameter error_attachment_not_found: Attachment %{name} not found field_twofa_scheme: Two-factor authentication scheme + + text_user_destroy_confirmation: "Wollen Sie diesen Benutzer inklusive aller Referenzen darauf wirklich löschen? Dies kann nicht rückgängig gemacht werden. Oftmals ist es besser, einen Benutzer lediglich zu sperren. Geben Sie bitte zur Bestätigung den Login des Benutzers (%{login}) ein." diff --git a/config/locales/en.yml b/config/locales/en.yml index dce5bda76..b5899df75 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1344,3 +1344,5 @@ en: twofa_text_backup_codes_hint: Use these codes instead of a one-time password should you not have access to your second factor. Each code can only be used once. It is recommended to print and store them in a safe place. twofa_text_backup_codes_created_at: Backup codes generated %{datetime}. twofa_backup_codes_already_shown: Backup codes cannot be shown again, please <a data-method="post" href="%{bc_path}">generate new backup codes</a> if required. + + text_user_destroy_confirmation: "Are you sure you want to delete this user and remove all references to them? This cannot be undone. Often, locking a user instead of deleting them is the better solution. To confirm, please enter their login (%{login}) below." |