mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-13 11:23:50 +00:00
add translation keys for timer message labels
This commit is contained in:
committed by
Carlos Valente
parent
2ef0b81743
commit
1202ef3e80
@@ -105,14 +105,14 @@ export default function StudioTimers({ viewSettings }: StudioTimersProps) {
|
||||
|
||||
<div className='card' id='card-timer-message'>
|
||||
<div>
|
||||
<div className='label'>Timer message</div>
|
||||
<div className='label'>{getLocalizedString('common.timer_message')}</div>
|
||||
<div className={cx(['extra', !formattedTimerMessage && 'muted'])}>{formattedTimerMessage}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className='card' id='card-secondary-message'>
|
||||
<div>
|
||||
<div className='label'>Secondary message</div>
|
||||
<div className='label'>{getLocalizedString('common.secondary_message')}</div>
|
||||
<div className={cx(['extra', !formattedSecondaryMessage && 'muted'])}>{formattedSecondaryMessage}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user