diff --git a/src/modules/working-hours/client/components/WorkingHoursEditorMonth.tsx b/src/modules/working-hours/client/components/WorkingHoursEditorMonth.tsx index dca839e5..4e6102e4 100644 --- a/src/modules/working-hours/client/components/WorkingHoursEditorMonth.tsx +++ b/src/modules/working-hours/client/components/WorkingHoursEditorMonth.tsx @@ -409,7 +409,7 @@ export const WorkingHoursEditorMonth: React.FC<{ type="checkbox" checked={showEntries} onChange={(v) => setShowEntries(Boolean(v))} - inlineLabel="Verbose" + inlineLabel="Show More Details" />
diff --git a/src/modules/working-hours/client/components/WorkingHoursUserModal.tsx b/src/modules/working-hours/client/components/WorkingHoursUserModal.tsx index 881a7c82..2601c696 100644 --- a/src/modules/working-hours/client/components/WorkingHoursUserModal.tsx +++ b/src/modules/working-hours/client/components/WorkingHoursUserModal.tsx @@ -347,7 +347,7 @@ export const WorkingHoursUserModal: React.FC<{ type="checkbox" checked={showEntries} onChange={(v) => setShowEntries(Boolean(v))} - inlineLabel="Verbose" + inlineLabel="Show More Details" />