Skip to content

Commit 97f7f88

Browse files
pgaskinlunny
authored andcommitted
Improve clarity between is_activated and prohibit_login (#1788)
It used to be unclear what the difference between the two are.
1 parent 3b51da9 commit 97f7f88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

options/locale/locale_en-US.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,8 +1134,8 @@ users.update_profile_success = Account profile has been updated.
11341134
users.edit_account = Edit Account
11351135
users.max_repo_creation = Maximum Repository Creation Limit
11361136
users.max_repo_creation_desc = (Set -1 to use global default limit)
1137-
users.is_activated = This account is activated
1138-
users.prohibit_login = This account is prohibited to login
1137+
users.is_activated = This account has completed activation
1138+
users.prohibit_login = This account is blocked from logging in
11391139
users.is_admin = This account has administrator permissions
11401140
users.allow_git_hook = This account has permission to create Git hooks
11411141
users.allow_import_local = This account has permissions to import local repositories

0 commit comments

Comments
 (0)