diff options
author | Patrick G <geek1011@users.noreply.github.com> | 2017-03-14 03:24:46 +0000 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-03-14 11:24:46 +0800 |
commit | 79ec33fd6036f58adc0d7e3ee3c0b1f845ad0e4e (patch) | |
tree | cfdcbf27ca0e437b1b6990ebc05e62e977bc05e7 /options | |
parent | 1ccdf19fae06b9d568268b83c05c14f4081663c8 (diff) | |
download | gitea-79ec33fd6036f58adc0d7e3ee3c0b1f845ad0e4e.tar.gz gitea-79ec33fd6036f58adc0d7e3ee3c0b1f845ad0e4e.zip |
Update locale_en-US.ini (#1235)
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 1 insertions, 1 deletions
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. |