Skip to content
Snippets Groups Projects
Commit fbb9b60f authored by Georg Ringer's avatar Georg Ringer Committed by Wouter Wolters
Browse files

[TASK] Fix typos in upgrade wizards of Install Tool

Use the term "Upgrade wizard" instead of "Update wizard"
for the buttons of the single steps as the main menu item
is also called "Upgrade wizard".

Resolves: #81383
Releases: master, 8.7
Change-Id: I8047ae45101533a67fa4488af7040acc49af563f
Reviewed-on: https://review.typo3.org/52979


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
parent 8b857d85
Branches
Tags
No related merge requests found
......@@ -26,13 +26,13 @@
<input type="hidden" name="install[values][identifier]" value="{nextUpdateIdentifier}"/>
<f:render
partial="Action/Common/SubmitButton"
arguments="{name:'getUserInput', text:'Go to the next update wizard'}"
arguments="{name:'getUserInput', text:'Go to the next upgrade wizard'}"
/>
</f:then>
<f:else>
<f:render
partial="Action/Common/SubmitButton"
arguments="{name:'backToWizard', text:'Go back to the update wizard'}"
arguments="{name:'backToWizard', text:'Go back to the upgrade wizard'}"
/>
</f:else>
</f:if>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment