diff options
author | Patrick G <geek1011@outlook.com> | 2017-05-26 21:14:13 -0400 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-05-27 09:14:13 +0800 |
commit | 97f7f88bed28c256d112bd1962b6a7a84baa9931 (patch) | |
tree | 69d8f3a40a0de9d46967b70bd6160c75694d815a | |
parent | 3b51da9daec217fa7601bd6441442c039dab8832 (diff) | |
download | gitea-97f7f88bed28c256d112bd1962b6a7a84baa9931.tar.gz gitea-97f7f88bed28c256d112bd1962b6a7a84baa9931.zip |
Improve clarity between is_activated and prohibit_login (#1788)
It used to be unclear what the difference between the two are.
-rw-r--r-- | options/locale/locale_en-US.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index ab11d6341a..8354ebd12c 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -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 |