diff --git a/apps/client/src/common/components/view-params-editor/constants.ts b/apps/client/src/common/components/view-params-editor/constants.ts index a3cebc54e..636739439 100644 --- a/apps/client/src/common/components/view-params-editor/constants.ts +++ b/apps/client/src/common/components/view-params-editor/constants.ts @@ -132,7 +132,7 @@ export const MINIMAL_TIMER_OPTIONS: ParamField[] = [ { id: 'hideovertime', title: 'Hide Overtime', - description: 'Whether to supress overtime styles (red borders and red text)', + description: 'Whether to suppress overtime styles (red borders and red text)', type: 'boolean', }, { diff --git a/apps/client/src/common/utils/aliases.ts b/apps/client/src/common/utils/aliases.ts index 0f9e1e4c6..d3681b592 100644 --- a/apps/client/src/common/utils/aliases.ts +++ b/apps/client/src/common/utils/aliases.ts @@ -47,7 +47,7 @@ export const getAliasRoute = (location: Location, data: Alias[], searchParams: U const aliasOnPage = searchParams.get('alias'); for (const d of data) { if (aliasOnPage) { - // if the alias fits the alias on this page, but the URL is diferent, we redirect user to the new URL + // if the alias fits the alias on this page, but the URL is different, we redirect user to the new URL // if we have the same alias and its enabled and its not empty if (d.alias !== '' && d.enabled && d.alias === aliasOnPage) { const newAliasPath = resolvePath(d.pathAndParams); diff --git a/apps/client/src/features/control/message/MessageControl.tsx b/apps/client/src/features/control/message/MessageControl.tsx index 640e9eb21..73138367b 100644 --- a/apps/client/src/features/control/message/MessageControl.tsx +++ b/apps/client/src/features/control/message/MessageControl.tsx @@ -42,7 +42,7 @@ export default function MessageControl() { actionHandler={() => setMessage.presenterVisible(!data.timerMessage.visible)} />