diff options
author | Pofilo <git@pofilo.fr> | 2018-07-04 01:03:31 +0200 |
---|---|---|
committer | techknowlogick <techknowlogick@users.noreply.github.com> | 2018-07-03 19:03:31 -0400 |
commit | 5d1a6382b6898606ac6383bdd3101dfa1b487d9c (patch) | |
tree | f75cce9eb9cdf9f2373f5488fcf329e65eed1de7 /options | |
parent | c71ee33057436dc2be1f071f379e6341c382e0ec (diff) | |
download | gitea-5d1a6382b6898606ac6383bdd3101dfa1b487d9c.tar.gz gitea-5d1a6382b6898606ac6383bdd3101dfa1b487d9c.zip |
#4354 Fix translation (#4355)
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 21ae775e41..be0489680a 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1273,8 +1273,8 @@ dashboard.operation_switch = Switch dashboard.operation_run = Run dashboard.clean_unbind_oauth = Clean unbound OAuth connections dashboard.clean_unbind_oauth_success = All unbound OAuth connections have been deleted. -dashboard.delete_inactivate_accounts = Delete all inactive accounts -dashboard.delete_inactivate_accounts_success = All inactive accounts have been deleted. +dashboard.delete_inactivate_accounts = Delete all not activated accounts +dashboard.delete_inactivate_accounts_success = All not activated accounts have been deleted. dashboard.delete_repo_archives = Delete all repository archives dashboard.delete_repo_archives_success = All repository archives have been deleted. dashboard.delete_missing_repos = Delete all repositories missing their Git files |