diff options
author | Unknwon <u@gogs.io> | 2019-10-30 20:18:03 -0700 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2019-10-30 20:18:20 -0700 |
commit | 7da5d83d6eca72c370a8abed2d014627da251105 (patch) | |
tree | e46a6d32cd66732927864c52b1edccc9095b08c2 /conf | |
parent | 1cfdd1283a91c628b883bdae75e48619db7175e1 (diff) |
locale: amend source locale
[CI SKIP]
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 51d60efe..034a2c45 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -236,10 +236,10 @@ enterred_invalid_repo_name = Please make sure that the repository name you enter enterred_invalid_owner_name = Please make sure that the owner name you entered is correct. enterred_invalid_password = Please make sure the that password you entered is correct. user_not_exist = Given user does not exist. -last_org_owner = Removing the last user from a owner team isn't allowed, as there must always be at least one owner in any given organization. +last_org_owner = Removing the last remaining user from an owner team is not allowed, as an organization must always have at least one owner. invalid_ssh_key = Sorry, verification of your SSH key failed: %s -unable_verify_ssh_key = Gogs cannot verify your SSH key, but we assume that it is valid, please double-check it. +unable_verify_ssh_key = Gogs cannot verify your SSH key, but it's assumed to be valid. Please double-check it. auth_failed = Authentication failed: %v still_own_repo = Your account still has ownership over at least one repository, you have to delete or transfer them first. @@ -300,7 +300,7 @@ old_password = Current Password new_password = New Password retype_new_password = Retype New Password password_incorrect = Current password is not correct. -change_password_success = Your password was successfully changed. You can now sign using this new password. +change_password_success = Your password was successfully changed and can now be used for logging in. password_change_disabled = Non-local type users are not allowed to change their password. emails = Email Addresses |