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:
Brian Manifold
2024-04-26 11:01:25 -04:00
committed by GitHub
parent 963d79f40e
commit 9efd7297d6

View File

@@ -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>