diff --git a/app/pages/project/instances/actions.tsx b/app/pages/project/instances/actions.tsx index 363dfb1e93..df251f3ab5 100644 --- a/app/pages/project/instances/actions.tsx +++ b/app/pages/project/instances/actions.tsx @@ -83,11 +83,15 @@ export const useMakeInstanceActions = ( }), modalTitle: 'Confirm stop instance', modalContent: ( -
- Are you sure you want to stop
+ Are you sure you want to stop
+ Stopped instances retain attached disks and IP addresses, but allocated + CPU and memory are freed. +
+- Are you sure you want to delete {displayLabel}? {extraContent} -
+Are you sure you want to delete {displayLabel}?
+ {extraContent ?{extraContent}
: null} +