Skip to content

Commit

Permalink
#171 [Conf] add: change task overtimes by AutomaticTimeSpending
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-eoxia committed Feb 9, 2023
1 parent 3196ea0 commit 3c38dc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@

$task->fk_project = $result;
$task->ref = $modTask->getNextValue('', null);;
$task->label = $langs->transnoentities('OvertimeHours');
$task->label = $langs->transnoentities('AutomaticTimeSpending');
$task->date_c = dol_now();
$task->create($user);

Expand Down
2 changes: 1 addition & 1 deletion langs/fr_FR/dolisirh.lang
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Holidays = Congés
PaidHolidays = Congés payés
SickLeave = Congés maladie
PublicHoliday = Jour férié
OvertimeHours = Heure supplémentaire
AutomaticTimeSpending = auto-pointage
InternalMeeting = Réunion interne
InternalTraining = Formation interne
ExternalTraining = Formation externe
Expand Down

0 comments on commit 3c38dc6

Please sign in to comment.