From b27739a5bff410540df64c6ab5c8d12823428ff1 Mon Sep 17 00:00:00 2001
From: Georg Ringer <georg.ringer@gmail.com>
Date: Tue, 30 May 2017 21:57:46 +0200
Subject: [PATCH] [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/52973
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Elmar Hinz <t3elmar@gmail.com>
Reviewed-by: Thomas Hohn <thomas@hohn.dk>
Tested-by: Thomas Hohn <thomas@hohn.dk>
Reviewed-by: Oliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl>
Tested-by: Wouter Wolters <typo3@wouterwolters.nl>
---
 .../Partials/Action/Tool/UpgradeWizard/PerformUpdate.html     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/typo3/sysext/install/Resources/Private/Partials/Action/Tool/UpgradeWizard/PerformUpdate.html b/typo3/sysext/install/Resources/Private/Partials/Action/Tool/UpgradeWizard/PerformUpdate.html
index 80fe6010f0b1..7ad20fd6ff6c 100644
--- a/typo3/sysext/install/Resources/Private/Partials/Action/Tool/UpgradeWizard/PerformUpdate.html
+++ b/typo3/sysext/install/Resources/Private/Partials/Action/Tool/UpgradeWizard/PerformUpdate.html
@@ -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>
-- 
GitLab