Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/i18n/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

"finishMenu": {
"save-button": "Save changes",
"start-button": "Start processing",
"start-button": "Save and process changes",
"discard-button": "Discard changes"
},

Expand Down Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion src/main/WorkflowSelection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ const WorkflowSelection: React.FC = () => {
render(
t("workflowSelection.saveAndProcess-text"),
<Trans i18nKey="workflowSelection.oneWorkflow-text">
The video will be cut and processed with the workflow {{ workflow: workflows[0].name }}.<br />
The changes will be saved and the video will be cut and processed with
the workflow {{ workflow: workflows[0].name }}.<br />
This will take some time.
</Trans>,
false,
Expand Down