diff options
author | Bagas Sanjaya <bagasdotme@gmail.com> | 2020-01-15 16:53:30 +0700 |
---|---|---|
committer | Antoine GIRARD <sapk@users.noreply.github.com> | 2020-01-15 10:53:30 +0100 |
commit | 3f1e062d216a444cce3004623338833543f05b1f (patch) | |
tree | f66dde5b39f47b9a7e59f3667646c7725ac22c7c /options | |
parent | 66ee9b87f9aaabef836ec72bfaf8032b359b29c1 (diff) | |
download | gitea-3f1e062d216a444cce3004623338833543f05b1f.tar.gz gitea-3f1e062d216a444cce3004623338833543f05b1f.zip |
err_admin_name_pattern_not_allowed String Clarification (#9731)
* err_admin_name_pattern_not_allowed clarification edit
* Apply suggestion from @zeripath
Context: username that provided as admin
Co-Authored-By: zeripath <art27@cantab.net>
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 140c1bd2e3..60df796e07 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -111,7 +111,7 @@ no_admin_and_disable_registration = You cannot disable user self-registration wi err_empty_admin_password = The administrator password cannot be empty. err_empty_admin_email = The administrator email cannot be empty. err_admin_name_is_reserved = Administrator Username is invalid, username is reserved -err_admin_name_pattern_not_allowed = Administrator Username is invalid, username is pattern is not allowed +err_admin_name_pattern_not_allowed = Administrator username is invalid, the username matches a reserved pattern err_admin_name_is_invalid = Administrator Username is invalid general_title = General Settings |