diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2017-05-26 21:12:02 +0800 |
---|---|---|
committer | Bo-Yi Wu <appleboy.tw@gmail.com> | 2017-05-26 08:12:02 -0500 |
commit | 3611a3e5529329c9ab1a137c0930199959a40e71 (patch) | |
tree | f5e900f9eb0a98e38f146d98105ef34c0844f307 /options/locale/locale_en-US.ini | |
parent | 39348cd27e4114c24234a65c542992273ec8b2b8 (diff) | |
download | gitea-3611a3e5529329c9ab1a137c0930199959a40e71.tar.gz gitea-3611a3e5529329c9ab1a137c0930199959a40e71.zip |
fix bug to deny to add orgnization as a member of an orgnization or team (#1815)
Diffstat (limited to 'options/locale/locale_en-US.ini')
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 62701595ba..ab11d6341a 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -259,6 +259,8 @@ enterred_invalid_owner_name = Please ensure that the owner name you entered is c enterred_invalid_password = Please ensure the that 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. +cannot_invite_org_to_org = Organization cannot be invited as an organization member. invalid_ssh_key = Sorry, we were not able to verify your SSH key: %s invalid_gpg_key = Sorry, we were not able to verify your GPG key: %s |