Skip to content
Snippets Groups Projects
Commit 95750fb08114 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:pencil: Fix error message

parent 33640a6ac510
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,7 @@
# Only administrator can reallocate periods.
if not record.env.uid == SUPERUSER_ID:
raise ValidationError(_(
'It not possible to run this action,'
'It is not possible to run this action,'
'please contact your administrator.'
))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment