diff options
author | Saren Currie <saren@sarencurrie.com> | 2016-01-27 15:32:47 +1300 |
---|---|---|
committer | Saren Currie <saren@sarencurrie.com> | 2016-01-27 15:32:47 +1300 |
commit | 646e90d833332782ba4d1fa11d8ea9fcdc7b2824 (patch) | |
tree | c7c8df82d194fba2b97cb481e71d37fcf317e90f /conf | |
parent | a849ac0164550505520ab12774b48ae579d2f302 (diff) | |
download | gitea-646e90d833332782ba4d1fa11d8ea9fcdc7b2824.tar.gz gitea-646e90d833332782ba4d1fa11d8ea9fcdc7b2824.zip |
Fix grammar in deploy key section
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 bb08967492..9cdaddf848 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -652,8 +652,8 @@ settings.slack_domain = Domain settings.slack_channel = Channel settings.deploy_keys = Deploy Keys settings.add_deploy_key = Add Deploy Key -settings.deploy_key_desc = Deploy key only has read-only access. It is not same as personal account SSH keys. -settings.no_deploy_keys = You haven't added any deploy key. +settings.deploy_key_desc = Deploy keys have read-only access. They are not the same as personal account SSH keys. +settings.no_deploy_keys = You haven't added any deploy keys. settings.title = Title settings.deploy_key_content = Content settings.key_been_used = Deploy key content has been used. |