Skip to content

Commit

Permalink
Improve clarity between is_activated and prohibit_login (gogs#1788)
Browse files Browse the repository at this point in the history
It used to be unclear what the difference between the two are.
  • Loading branch information
pgaskin authored and lunny committed May 27, 2017
1 parent 3b51da9 commit 97f7f88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions options/locale/locale_en-US.ini
Expand Up @@ -1134,8 +1134,8 @@ users.update_profile_success = Account profile has been updated.
users.edit_account = Edit Account
users.max_repo_creation = Maximum Repository Creation Limit
users.max_repo_creation_desc = (Set -1 to use global default limit)
users.is_activated = This account is activated
users.prohibit_login = This account is prohibited to login
users.is_activated = This account has completed activation
users.prohibit_login = This account is blocked from logging in
users.is_admin = This account has administrator permissions
users.allow_git_hook = This account has permission to create Git hooks
users.allow_import_local = This account has permissions to import local repositories
Expand Down

0 comments on commit 97f7f88

Please sign in to comment.