From 642694086c1d6abaf0696b9a637613f5ee855e0d Mon Sep 17 00:00:00 2001 From: Patrick G Date: Sun, 12 Mar 2017 19:36:33 -0400 Subject: [PATCH] Update locale_en-US.ini --- 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 1c2d36e01d055..faa8901069a8c 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1004,7 +1004,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.