Various string improvements and fixes.

This commit is contained in:
Alexander Lakhin
2017-11-01 12:58:19 +00:00
committed by Dave Page
parent 714a429879
commit 9be1364d1a
21 changed files with 40 additions and 40 deletions

View File

@@ -282,7 +282,7 @@ def delete(uid):
return make_json_response(
success=1,
info=_("User Deleted."),
info=_("User deleted."),
data={}
)
except Exception as e: