diff --git a/apps/client/src/views/studio/StudioTimers.tsx b/apps/client/src/views/studio/StudioTimers.tsx
index 8f50a5733..a47f8d467 100644
--- a/apps/client/src/views/studio/StudioTimers.tsx
+++ b/apps/client/src/views/studio/StudioTimers.tsx
@@ -105,14 +105,14 @@ export default function StudioTimers({ viewSettings }: StudioTimersProps) {
-
Timer message
+
{getLocalizedString('common.timer_message')}
{formattedTimerMessage}
-
Secondary message
+
{getLocalizedString('common.secondary_message')}
{formattedSecondaryMessage}
diff --git a/packages/types/src/translations/index.ts b/packages/types/src/translations/index.ts
index 06af7f8d5..683a32c2c 100644
--- a/packages/types/src/translations/index.ts
+++ b/packages/types/src/translations/index.ts
@@ -8,6 +8,8 @@ export const langEn = {
'common.scheduled_end': 'Scheduled end',
'common.expected_start': 'Expected start',
'common.expected_end': 'Expected end',
+ 'common.timer_message': 'Timer message',
+ 'common.secondary_message': 'Secondary message',
'common.stage_timer': 'Stage Timer',
'common.started_at': 'Started At',
'common.time_now': 'Time now',