diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-12-26 21:07:49 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-12-26 21:07:49 +0000 |
commit | b558264c9d10841f46a8ffeb15f18d0cee60fa7a (patch) | |
tree | 48733878d8c1351038ec21146dadef50a86b14b4 /config/locales/en.yml | |
parent | 3677c80c9b40d5b412cbbe127510a7d7b975a8e7 (diff) | |
download | gitlab-ce-b558264c9d10841f46a8ffeb15f18d0cee60fa7a.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 950529f0355..dabcefba169 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -195,6 +195,8 @@ en: wrong_length: one: is the wrong length (should be 1 character) other: is the wrong length (should be %{count} characters) + search_chars_too_long: Search query is too long (maximum is %{count} characters) + search_terms_too_long: Search query is too long (maximum is %{count} terms) other_than: must be other than %{count} template: body: 'There were problems with the following fields:' |