Function: getPomodoroNotificationTitle()
function getPomodoroNotificationTitle(phase, locale): string;Defined in: shared/src/helper/pomodoroHelper/pomodoroStyles.ts:59
Get notification title text for phase transition
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
phase | "focus" | "short-break" | "long-break" |
locale | "en-US" | "de-DE" |
Returns
Section titled “Returns”string