auth: Make the deactivated user error message clearer.

This commit is contained in:
Mateusz Mandera
2021-08-23 15:14:05 +02:00
committed by Tim Abbott
parent c5806d9728
commit fa58bc340d
4 changed files with 5 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ WRONG_SUBDOMAIN_ERROR = (
+ "Please contact your organization administrator with any questions."
)
DEACTIVATED_ACCOUNT_ERROR = (
"Your account {username} is no longer active. "
"Your account {username} has been deactivated. "
+ "Please contact your organization administrator to reactivate it."
)
PASSWORD_RESET_NEEDED_ERROR = (