diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json index 640df790d..b4bb8b1ed 100644 --- a/src/i18n/locales/en-US.json +++ b/src/i18n/locales/en-US.json @@ -52,7 +52,7 @@ "finishMenu": { "save-button": "Save changes", - "start-button": "Start processing", + "start-button": "Save and process changes", "discard-button": "Discard changes" }, @@ -87,7 +87,7 @@ "saveAndProcess-text": "Save and Process", "selectWF-text": "Select a workflow", "noWorkflows-text": "There are no workflows to process your changes with. Please save your changes and contact an administrator.\n", - "oneWorkflow-text": "The video will be cut and processed with the workflow \"{{workflow}}\". <3/> This will take some time.\n", + "oneWorkflow-text": "The changes will be saved and the video will be cut and processed with the workflow \"{{workflow}}\". <3/> This will take some time.\n", "manyWorkflows-text": "Select which workflow Opencast should use for processing.", "startProcessing-button": "Start processing", "back-button": "Take me back", diff --git a/src/main/WorkflowSelection.tsx b/src/main/WorkflowSelection.tsx index aa432d092..229e528bf 100644 --- a/src/main/WorkflowSelection.tsx +++ b/src/main/WorkflowSelection.tsx @@ -135,7 +135,8 @@ const WorkflowSelection: React.FC = () => { render( t("workflowSelection.saveAndProcess-text"), - The video will be cut and processed with the workflow {{ workflow: workflows[0].name }}.
+ The changes will be saved and the video will be cut and processed with + the workflow {{ workflow: workflows[0].name }}.
This will take some time.
, false,