We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a433d71 commit 31508dfCopy full SHA for 31508df
app/pages/project/instances/instance/tabs/NetworkingTab.tsx
@@ -291,9 +291,9 @@ export function NetworkingTab() {
291
modalTitle: 'Detach Floating IP',
292
modalContent: (
293
<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>.
+ Are you sure you want to detach floating IP <HL>{externalIp.name}</HL>{' '}
+ from <HL>{instanceName}</HL>? The instance will no longer be reachable
+ at <HL>{externalIp.ip}</HL>.
297
</p>
298
),
299
errorTitle: 'Error detaching floating IP',
0 commit comments