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 80fe6010f0b16c2df05db9098703627bf288f2c0..7ad20fd6ff6ca30f07d3d4a8faa3dc4577e6f13f 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>