Skip to content

Commit 24c5548

Browse files
authored
Merge pull request #1311 from dennis531/finish-buttons-wording
Change wordings in finish menu
2 parents d03c524 + a13f1a9 commit 24c5548

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

src/i18n/locales/en-US.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
"finishMenu": {
5454
"save-button": "Save changes",
55-
"start-button": "Start processing",
55+
"start-button": "Save and process changes",
5656
"discard-button": "Discard changes"
5757
},
5858

@@ -87,7 +87,7 @@
8787
"saveAndProcess-text": "Save and Process",
8888
"selectWF-text": "Select a workflow",
8989
"noWorkflows-text": "There are no workflows to process your changes with. Please save your changes and contact an administrator.\n",
90-
"oneWorkflow-text": "The video will be cut and processed with the workflow \"{{workflow}}\". <3/> This will take some time.\n",
90+
"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",
9191
"manyWorkflows-text": "Select which workflow Opencast should use for processing.",
9292
"startProcessing-button": "Start processing",
9393
"back-button": "Take me back",

src/main/WorkflowSelection.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ const WorkflowSelection: React.FC = () => {
135135
render(
136136
t("workflowSelection.saveAndProcess-text"),
137137
<Trans i18nKey="workflowSelection.oneWorkflow-text">
138-
The video will be cut and processed with the workflow {{ workflow: workflows[0].name }}.<br />
138+
The changes will be saved and the video will be cut and processed with
139+
the workflow {{ workflow: workflows[0].name }}.<br />
139140
This will take some time.
140141
</Trans>,
141142
false,

0 commit comments

Comments
 (0)