diff --git a/webapp/src/components/tabContentComponents/settingsComponents/stageSettings.vue b/webapp/src/components/tabContentComponents/settingsComponents/stageSettings.vue
index 7f314d4b..96e930b5 100644
--- a/webapp/src/components/tabContentComponents/settingsComponents/stageSettings.vue
+++ b/webapp/src/components/tabContentComponents/settingsComponents/stageSettings.vue
@@ -35,7 +35,7 @@
:button-primary="true"
:can-terminate="true"
:requires-confirmation="true"
- :confirmation-message="'Start recalibration of the stage to find the centre of the range of motion? Microscope will be locked while this runs'"
+ :confirmation-message="'Start recalibration of the stage to find the centre of the range of motion?
Calibration requires a large, dense, flat sample with a variety of features.
Microscope will be locked while this runs'"
:modal-progress="true"
/>
@@ -48,7 +48,7 @@
:button-primary="true"
:can-terminate="true"
:requires-confirmation="true"
- :confirmation-message="'Start recalibration of the stage to find the range of motion in steps? Microscope will be locked while this runs'"
+ :confirmation-message="'Start recalibration of the stage to find the range of motion in steps?
Calibration requires a large, dense, flat sample with a variety of features.
Microscope will be locked while this runs'"
:modal-progress="true"
/>