Skip to content

Commit e07c04c

Browse files
authored
fix precommit (#31235)
1 parent fde37d8 commit e07c04c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htdocs/accountancy/closure/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@
402402
if (empty($count_by_month['total']) && empty($current_fiscal_period['status'])) {
403403
$button = '<a class="butAction" href="' . $_SERVER["PHP_SELF"] . '?action=step_2&fiscal_period_id=' . $current_fiscal_period['id'] . '">' . $langs->trans("AccountancyClosureClose") . '</a>';
404404
} else {
405-
$button = '<a class="butActionRefused classfortooltip" href="#" title="This fiscal period alread has the status Closed. Feature disabled.">' . $langs->trans("AccountancyClosureClose") . '</a>';
405+
$button = '<a class="butActionRefused classfortooltip" href="#" title="This fiscal period already has the status Closed. Feature disabled.">' . $langs->trans("AccountancyClosureClose") . '</a>';
406406
}
407407
print_barre_liste('', '', '', '', '', '', '', -1, '', '', 0, $button, '', 0, 1, 0);
408408

0 commit comments

Comments
 (0)