diff options
author | Lanre Adelowo <adelowomailbox@gmail.com> | 2018-08-19 19:49:19 +0100 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2018-08-19 21:49:19 +0300 |
commit | a6cdda115d6fecabea9406c3dd630087be49f437 (patch) | |
tree | e8049142479e5c16a3923e03b1c70d997ad134f5 /options | |
parent | b1ad5734c69025a85e3ed618576fc0160de9ce22 (diff) | |
download | gitea-a6cdda115d6fecabea9406c3dd630087be49f437.tar.gz gitea-a6cdda115d6fecabea9406c3dd630087be49f437.zip |
Display error when adding a user to a team twice (#4746)
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 6338bff042..82925e9c0f 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1312,6 +1312,7 @@ teams.search_repo_placeholder = Search repository… teams.add_team_repository = Add Team Repository teams.remove_repo = Remove teams.add_nonexistent_repo = "The repository you're trying to add does not exist; please create it first." +teams.add_duplicate_users = User is already a team member. [admin] dashboard = Dashboard |