diff options
author | Ethan Koenig <ethantkoenig@gmail.com> | 2018-01-14 14:27:57 -0800 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2018-01-15 00:27:57 +0200 |
commit | d29aa7677745671c1ed22fbd612dd3370f178b73 (patch) | |
tree | bf0a2a9701d822e5f7108ef558509989427f29fb /options | |
parent | 6b9073b3a4710ac48c817a4cff97f420f926ab83 (diff) | |
download | gitea-d29aa7677745671c1ed22fbd612dd3370f178b73.tar.gz gitea-d29aa7677745671c1ed22fbd612dd3370f178b73.zip |
Fix en-US locale (#3371)
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index b6e252e80c..d676aabe49 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -270,7 +270,7 @@ openid_been_used = OpenID address '%s' already used. username_password_incorrect = Incorrect username or password. enterred_invalid_repo_name = Please ensure that the repository name you entered is correct. enterred_invalid_owner_name = Please ensure that the owner name you entered is correct. -enterred_invalid_password = Please ensure the that password you entered is correct. +enterred_invalid_password = Please ensure that the password you entered is correct. user_not_exist = The user does not exist. last_org_owner = Removing the last user from the owner team is not allowed because there must always be at least one owner in any given organization. cannot_add_org_to_team = Organization cannot be added as a team member. |