Skip to content

Commit 8087506

Browse files
committed
feat: clearer message on deactive on-air
1 parent f259d95 commit 8087506

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/webui/src/client/ui/RundownView.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,8 +866,10 @@ const RundownHeader = withTranslation()(
866866
} else {
867867
doModalDialog({
868868
title: 'Deactivate "On Air"',
869-
message: t('Are you sure you want to deactivate this Rundown?\n(This will clear the outputs)'),
869+
message: t('Are you sure you want to deactivate this rundown?\n(This will clear the outputs.)'),
870870
warning: true,
871+
yes: t('Deactivate "On Air"'),
872+
no: t('Cancel'),
871873
onAccept: () => {
872874
doUserAction(t, e, UserAction.DEACTIVATE_RUNDOWN_PLAYLIST, (e, ts) =>
873875
MeteorCall.userAction.deactivate(e, ts, this.props.playlist._id)

0 commit comments

Comments
 (0)