diff options
author | Unknwon <joe2010xtmf@163.com> | 2015-02-01 17:21:56 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2015-02-01 17:21:56 -0500 |
commit | 0a2068d7fbd447de1135d3b16e9f26de5dd18d56 (patch) | |
tree | 17d5b4cf7ec4e9b68730fd6e99694c98a2e24829 /conf | |
parent | cd6376f0930d6d0848936756675ffa4c96f6cea8 (diff) | |
download | gitea-0a2068d7fbd447de1135d3b16e9f26de5dd18d56.tar.gz gitea-0a2068d7fbd447de1135d3b16e9f26de5dd18d56.zip |
models: code fix on #818
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index c0979d1bdb..660fb253bb 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -514,8 +514,8 @@ dashboard.delete_repo_archives = Delete all repositories archives dashboard.delete_repo_archives_success = All repositories archives have been deleted successfully. dashboard.git_gc_repos = Do garbage collection on repositories dashboard.git_gc_repos_success = All repositories have done garbage collection successfully. -dashboard.resync_all_sshkeys = Do resync .ssh/autorized_key file -dashboard.resync_all_sshkeys_success = All keys are synced again. +dashboard.resync_all_sshkeys = Rewrite '.ssh/autorized_key' file(caution: non-Gogs keys will be lost) +dashboard.resync_all_sshkeys_success = All public keys have been rewritten successfully. dashboard.server_uptime = Server Uptime dashboard.current_goroutine = Current Goroutines dashboard.current_memory_usage = Current Memory Usage |