From 2dff4c14f98846189ee09ee6fc99f422bd65acd0 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 17 Sep 2017 01:44:58 -0400 Subject: [PATCH] Fix typo. Signed-off-by: Roberto Rosario --- mayan/apps/user_management/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayan/apps/user_management/views.py b/mayan/apps/user_management/views.py index 1424a9a934..caf44601cb 100644 --- a/mayan/apps/user_management/views.py +++ b/mayan/apps/user_management/views.py @@ -302,7 +302,7 @@ class UserSetPasswordView(MultipleObjectFormActionView): instance.save() messages.success( self.request, _( - 'Successfull password reset for user: %s.' + 'Successful password reset for user: %s.' ) % instance ) except Exception as exception: