diff options
author | zeripath <art27@cantab.net> | 2020-08-28 15:39:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-28 09:39:50 -0500 |
commit | 1d47a25759be04087759a3507c814468597c11fe (patch) | |
tree | 686c45948f2032fb89d8652b371349a699b3d62b | |
parent | d5b6931dbefff674fd84237555a7c2e284b63c5a (diff) | |
download | gitea-1d47a25759be04087759a3507c814468597c11fe.tar.gz gitea-1d47a25759be04087759a3507c814468597c11fe.zip |
Fix confusing last_org_owner locale string (#12628)
Signed-off-by: Andrew Thornton <art27@cantab.net>
-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 5aeffc7580..94d7ab27fb 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -372,7 +372,7 @@ enterred_invalid_owner_name = The new owner name is not valid. enterred_invalid_password = The password you entered is incorrect. user_not_exist = The user does not exist. team_not_exist = The team does not exist. -last_org_owner = You cannot remove the last user from the 'owners' team. There must be at least one owner in any given team. +last_org_owner = You cannot remove the last user from the 'owners' team. There must be at least one owner for an organization. cannot_add_org_to_team = An organization cannot be added as a team member. invalid_ssh_key = Can not verify your SSH key: %s |