From 511392997d11d29032de69086408bfcc02d300eb Mon Sep 17 00:00:00 2001 From: pofilo Date: Tue, 3 Jul 2018 10:44:38 +0200 Subject: [PATCH 1/2] #4354 Fix translation --- options/locale/locale_en-US.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 21ae775e4197a..eb32bab03f489 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 inactivate accounts +dashboard.delete_inactivate_accounts_success = All inactivate 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 From 187c5278bbcac2b0411f398397587813d291df6c Mon Sep 17 00:00:00 2001 From: pofilo Date: Tue, 3 Jul 2018 13:31:28 +0200 Subject: [PATCH 2/2] Improve spelling --- options/locale/locale_en-US.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index eb32bab03f489..be0489680a544 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 inactivate accounts -dashboard.delete_inactivate_accounts_success = All inactivate 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