diff options
author | Lauris BH <lauris@nix.lv> | 2017-10-15 05:24:24 +0300 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-10-15 10:24:24 +0800 |
commit | 32ca299650277829b93994eca1508f9d84a5b667 (patch) | |
tree | 65cabe4bb9d3cefb9c253b73c087b2439c13ae2c /options | |
parent | f42dbdbae59600266d03357f9693c659adc9cab3 (diff) | |
download | gitea-32ca299650277829b93994eca1508f9d84a5b667.tar.gz gitea-32ca299650277829b93994eca1508f9d84a5b667.zip |
Remove direct user adding to organization members (#2641)
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 9b5bd6dc51..dd9d05c1aa 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -274,7 +274,6 @@ enterred_invalid_password = Please ensure the that password you entered is corre 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 @@ -1070,7 +1069,6 @@ org_name_helper = Great organization names are short and memorable. create_org = Create Organization repo_updated = Updated people = People -invite_someone = Invite Someone teams = Teams lower_members = members lower_repositories = repositories |