Skip to content

Commit

Permalink
Merge pull request #1311 from dennis531/finish-buttons-wording
Browse files Browse the repository at this point in the history
Change wordings in finish menu
  • Loading branch information
KatrinIhler authored May 2, 2024
2 parents d03c524 + a13f1a9 commit 24c5548
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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

0 comments on commit 24c5548

Please sign in to comment.