mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
Fix en-US locale (#3371)
This commit is contained in:
parent
6b9073b3a4
commit
d29aa76777
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue