Skip to content

Commit 44ea9cb

Browse files
committed
fix casing in floating IP create toast
1 parent b4b1103 commit 44ea9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/project/floating-ips/FloatingIpsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ const AttachFloatingIpModal = ({
260260
const floatingIpAttach = useApiMutation('floatingIpAttach', {
261261
onSuccess() {
262262
queryClient.invalidateQueries('floatingIpList')
263-
addToast({ content: 'Your Floating IP has been attached' })
263+
addToast({ content: 'Your floating IP has been attached' })
264264
onDismiss()
265265
},
266266
onError: (err) => {

0 commit comments

Comments
 (0)