From 79ec33fd6036f58adc0d7e3ee3c0b1f845ad0e4e Mon Sep 17 00:00:00 2001 From: Patrick G Date: Tue, 14 Mar 2017 03:24:46 +0000 Subject: [PATCH] Update locale_en-US.ini (#1235) --- options/locale/locale_en-US.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index e8fdab183e..f8e1250761 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1006,7 +1006,7 @@ dashboard.delete_missing_repos = Delete all repository records which have lost t dashboard.delete_missing_repos_success = All repository records which have lost their corresponding Git files have been deleted successfully. dashboard.git_gc_repos = Execute garbage collection on all repositories dashboard.git_gc_repos_success = All repositories have executed garbage collection successfully. -dashboard.resync_all_sshkeys = Rewrite '.ssh/authorized_keys' file (caution: non-Gitea keys will be lost) +dashboard.resync_all_sshkeys = Rewrite '.ssh/authorized_keys' file (for Gitea SSH keys) dashboard.resync_all_sshkeys_success = All public keys have been rewritten successfully. dashboard.resync_all_hooks = Resync pre-receive, update and post-receive hooks of all repositories. dashboard.resync_all_hooks_success = All repositories' pre-receive, update and post-receive hooks have been resynced successfully.