This commit is contained in:
EwelinaLasowy
2022-02-14 15:29:24 +01:00
parent 2bf2b99e28
commit 885dcdf9bb
3 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ class DoesNotExceedLimitRule implements VacationRequestRule
public function errorMessage(): string
{
return __("You have exceeded your vacation limit.");
return __("Vacation limit has been exceeded.");
}
protected function getUserVacationLimit(User $user, YearPeriod $yearPeriod): int