@if (isBreakOffer()) {
{{ T.F.FOCUS_MODE.FLOWTIME_BREAK_TITLE | translate }}
} @else {
{{
(focusModeService.isBreakLong()
? T.F.FOCUS_MODE.LONG_BREAK_TITLE
: T.F.FOCUS_MODE.SHORT_BREAK_TITLE
) | translate: { cycle: focusModeService.currentCycle() - 1 }
}}
}
src/app/features/focus-mode/focus-mode-break/focus-mode-break.component.html