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=Usuń wszystkie archiwa repozytoriów
dashboard.delete_repo_archives_success=Pomyślnie usunięto wszystkie archiwa repozytoriów.
dashboard.git_gc_repos=Usuń śmieci z repozytoriów
dashboard.git_gc_repos_success=All repositories have done garbage collection successfully.
dashboard.resync_all_sshkeys=Przeładuj klucze publiczne w pliku '.ssh/autorized_key' (uwaga: klucze poza Gogs zostaną usunięte)
dashboard.resync_all_sshkeys=Przeładuj klucze publiczne w pliku '.ssh/authorized_key' (uwaga: klucze poza Gogs zostaną usunięte)
dashboard.resync_all_sshkeys_success=Przeładowanie kluczy publicznych zakończyło się sukcesem.
dashboard.resync_all_update_hooks=Rewrite all update hook of repositories (needed when custom config path is changed)
dashboard.resync_all_update_hooks_success=All repositories' update hook have been rewritten successfully.