Fixed a typo: .ssh/autorized_key -> .ssh/authorized_key

Signed-off-by: Dmitry Yu Okunev <dyokunev@ut.mephi.ru>
This commit is contained in:
Dmitry Yu Okunev
2015-04-05 11:48:32 +03:00
parent 639e34e362
commit 7b59d40f08
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -514,7 +514,7 @@ dashboard.delete_repo_archives=删除所有仓库存档
dashboard.delete_repo_archives_success=所有仓库存档清除成功!
dashboard.git_gc_repos=对仓库进行垃圾回收
dashboard.git_gc_repos_success=所有仓库垃圾回收成功!
dashboard.resync_all_sshkeys=重新生成 '.ssh/autorized_key' 文件(警告:不是 Gogs 的密钥也会被删除)
dashboard.resync_all_sshkeys=重新生成 '.ssh/authorized_key' 文件(警告:不是 Gogs 的密钥也会被删除)
dashboard.resync_all_sshkeys_success=所有公钥重新生成成功!
dashboard.resync_all_update_hooks=重新生成所有仓库的 Update 钩子(用于自定义配置文件被修改)
dashboard.resync_all_update_hooks_success=所有仓库的 Update 钩子重新生成成功!