Commit 3260e9d2 authored by Michal Čihař's avatar Michal Čihař

Improve message

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 3716a0c9
......@@ -44,7 +44,7 @@ def update_lock(request, project, subproject, lang):
response = {
'status': False,
'message': _('Failed to update lock, probably session has expired'),
'message': _('Failed to update lock, probably session has expired.'),
}
return JsonResponse(data=response)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment