diff --git a/src/app/features/config/form-cfgs/take-a-break-form.const.ts b/src/app/features/config/form-cfgs/take-a-break-form.const.ts index d7df17be573..d5ccefa5dfd 100644 --- a/src/app/features/config/form-cfgs/take-a-break-form.const.ts +++ b/src/app/features/config/form-cfgs/take-a-break-form.const.ts @@ -41,7 +41,9 @@ export const TAKE_A_BREAK_FORM_CFG: ConfigFormSection = { key: 'timedFullScreenBlockerDuration', type: 'duration', templateOptions: { + isAllowSeconds: true, label: T.GCF.TAKE_A_BREAK.FULL_SCREEN_BLOCKER_DURATION, + description: T.G.DURATION_DESCRIPTION, }, }, {