Skip to content

Commit 31508df

Browse files
committed
bring instance networking floating ip detach modal copy in line with floating IPs page
1 parent a433d71 commit 31508df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/pages/project/instances/instance/tabs/NetworkingTab.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,9 @@ export function NetworkingTab() {
291291
modalTitle: 'Detach Floating IP',
292292
modalContent: (
293293
<p>
294-
Are you sure you want to detach floating IP <HL>{externalIp.name}</HL>?{' '}
295-
The instance <HL>{instanceName}</HL> will no longer be reachable at{' '}
296-
<HL>{externalIp.ip}</HL>.
294+
Are you sure you want to detach floating IP <HL>{externalIp.name}</HL>{' '}
295+
from <HL>{instanceName}</HL>? The instance will no longer be reachable
296+
at <HL>{externalIp.ip}</HL>.
297297
</p>
298298
),
299299
errorTitle: 'Error detaching floating IP',

0 commit comments

Comments
 (0)