Skip to content

Commit

Permalink
err_admin_name_pattern_not_allowed String Clarification (go-gitea#9731)
Browse files Browse the repository at this point in the history
* err_admin_name_pattern_not_allowed clarification edit

* Apply suggestion from @zeripath

Context: username that provided as admin

Co-Authored-By: zeripath <[email protected]>

Co-authored-by: zeripath <[email protected]>
Co-authored-by: Antoine GIRARD <[email protected]>
  • Loading branch information
3 people committed Jan 15, 2020
1 parent 66ee9b8 commit 3f1e062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options/locale/locale_en-US.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f1e062

Please sign in to comment.