mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
fix(portal): Update site deletion modal message (#4795)
Why: * Deleting a Site from the show page would prompt the user with a message about Gateway Groups.
This commit is contained in:
@@ -264,7 +264,7 @@ defmodule Web.Sites.Show do
|
||||
<:action>
|
||||
<.delete_button
|
||||
phx-click="delete"
|
||||
data-confirm="Are you sure want to delete this gateway group and disconnect all it's gateways?"
|
||||
data-confirm="Are you sure you want to delete this Site and disconnect all its Gateways?"
|
||||
>
|
||||
Delete Site
|
||||
</.delete_button>
|
||||
|
||||
Reference in New Issue
Block a user