diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-01-14 00:10:35 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-01-14 00:10:35 +0000 |
commit | e7cc427bc63dccac50cc3ccda2976befcea1ecf5 (patch) | |
tree | 975f48cc89009a9877c305ddf4dbea2a3e89d233 /config/locales | |
parent | acba9e99b4f8bfeaaed143b72b07170a8506f893 (diff) | |
download | gitlab-ce-e7cc427bc63dccac50cc3ccda2976befcea1ecf5.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index fb024b7ba2a..4615c9a7390 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -169,6 +169,7 @@ en: format: "%{attribute} %{message}" messages: label_already_exists_at_group_level: "already exists at group level for %{group}. Please choose another one." + username_exists_as_a_different_namespace: A user, alias, or group already exists with that username. wrong_size: "is the wrong size (should be %{file_size})" size_too_small: "is too small (should be at least %{file_size})" size_too_big: "is too big (should be at most %{file_size})" |