diff options
author | 花墨 <shanee@live.com> | 2022-11-30 17:00:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-30 17:00:00 +0800 |
commit | 7020c4afb74756f60ae5381a05c6511dbf0d72ba (patch) | |
tree | b43fff7c244a9ac5aeca17336adf7fecd3cb24ba /options | |
parent | fdfd77f478c40c83131b08b2ee27545790e454d0 (diff) | |
download | gitea-7020c4afb74756f60ae5381a05c6511dbf0d72ba.tar.gz gitea-7020c4afb74756f60ae5381a05c6511dbf0d72ba.zip |
Fix leaving organization bug on user settings -> orgs (#21983)
Fix #21772
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 8503cb78d7..40d041e2cb 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -505,6 +505,7 @@ 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 for an organization. cannot_add_org_to_team = An organization cannot be added as a team member. duplicate_invite_to_team = The user was already invited as a team member. +organization_leave_success = You have successfully left the organization %s. invalid_ssh_key = Can not verify your SSH key: %s invalid_gpg_key = Can not verify your GPG key: %s |