From ed0aa88841e67a54ab68eb48238691b5c498a44f Mon Sep 17 00:00:00 2001 From: Ken Clary Date: Thu, 23 Mar 2023 14:56:49 -0400 Subject: [PATCH] chore: fixup from rebase --- .../components/VideoSettingsModal/components/messages.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/editors/containers/VideoEditor/components/VideoSettingsModal/components/messages.js b/src/editors/containers/VideoEditor/components/VideoSettingsModal/components/messages.js index fe8b15f4f..85201a24e 100644 --- a/src/editors/containers/VideoEditor/components/VideoSettingsModal/components/messages.js +++ b/src/editors/containers/VideoEditor/components/VideoSettingsModal/components/messages.js @@ -61,6 +61,7 @@ export const messages = { id: 'authoring.videoeditor.duration.custom', defaultMessage: 'Custom: {total}', description: 'Text describing a video with custom start time and custom stop time, or just a custom stop time for a collapsed widget', + }, noTranscriptsAdded: { id: 'authoring.videoeditor.transcripts.empty', defaultMessage: 'No transcripts added',