Skip to content

Commit 68e3d84

Browse files
committed
Fixing more missing translations.
1 parent 7f6c844 commit 68e3d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eform-client/src/app/plugins/modules/time-planning-pn/components/plannings/time-planning-actions/workday-entity/workday-entity-dialog.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ export class WorkdayEntityDialogComponent implements OnInit {
676676
if (prevEnd !== null && (currStart !== null && currStart !== 0)) {
677677
if (currStart < prevEnd) {
678678
currShift.get('start')?.setErrors({
679-
hierarchyError: `Start time cannot be earlier than previous shift's end time`,
679+
hierarchyError: this.translateService.instant(`Start time cannot be earlier than previous shift's end time`),
680680
});
681681

682682
if (!formError) {

0 commit comments

Comments
 (0)