Skip to content
Snippets Groups Projects
Commit bb8f0542 authored by Hervé Silvant - CGScop's avatar Hervé Silvant - CGScop
Browse files

Correction orthographe

parent 9b11fc8e
No related branches found
No related tags found
1 merge request!1Correction orthographe
......@@ -119,7 +119,7 @@ class ScopHrTimesheet(models.Model):
if (not self.env.user.company_id.day_working
and total > self.env.user.company_id.day_duration):
raise ValidationError(
"Vous ne pourvez imputer plus de %sh sur la même journée.\n"
"Vous ne pouvez imputer plus de %sh sur la même journée.\n"
"Journée du %s" % (
self.env.user.company_id.day_duration,
record.date.strftime("%d/%m/%Y")))
......@@ -137,7 +137,7 @@ class ScopHrTimesheet(models.Model):
])
if line.date.weekday() in (5, 6) or holiday:
raise ValidationError(
"Vous ne pourvez imputer du temps sur un weekend "
"Vous ne pouvez imputer du temps sur un weekend "
"ou un jour férié.")
# ------------------------------------------------------
......
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