Skip to content

Commit

Permalink
feat: clearer message on deactive on-air
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed Jan 30, 2025
1 parent f259d95 commit 8087506
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/webui/src/client/ui/RundownView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -866,8 +866,10 @@ const RundownHeader = withTranslation()(
} else {
doModalDialog({
title: 'Deactivate "On Air"',
message: t('Are you sure you want to deactivate this Rundown?\n(This will clear the outputs)'),
message: t('Are you sure you want to deactivate this rundown?\n(This will clear the outputs.)'),
warning: true,
yes: t('Deactivate "On Air"'),
no: t('Cancel'),
onAccept: () => {
doUserAction(t, e, UserAction.DEACTIVATE_RUNDOWN_PLAYLIST, (e, ts) =>
MeteorCall.userAction.deactivate(e, ts, this.props.playlist._id)
Expand Down

0 comments on commit 8087506

Please sign in to comment.