Fixed a small change in form_helper that was overwritten.

This commit is contained in:
Andreas
2021-11-09 20:39:15 +01:00
parent b8ce4fa33d
commit c5088707ae
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ $lang['cal_tue'] = 'tiist.';
$lang['cal_wed'] = 'desk.';
$lang['cal_thu'] = 'torst.';
$lang['cal_fri'] = 'perj.';
$lang['cal_sat'] = 'lauan.;
$lang['cal_sat'] = 'lauan.';
$lang['cal_sunday'] = 'sunnuntai';
$lang['cal_monday'] = 'maanantai';
$lang['cal_tuesday'] = 'tiistai';