From 15f634a3cb2de90930731e77c465b19bff44f3ac Mon Sep 17 00:00:00 2001 From: jaknapper Date: Mon, 16 Feb 2026 16:27:43 +0000 Subject: [PATCH] Add longer confirmation messages --- .../tabContentComponents/settingsComponents/stageSettings.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" />