From 9efd7297d635d8d5cc777fa70eff50a87566b72d Mon Sep 17 00:00:00 2001 From: Brian Manifold Date: Fri, 26 Apr 2024 11:01:25 -0400 Subject: [PATCH] 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. --- elixir/apps/web/lib/web/live/sites/show.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elixir/apps/web/lib/web/live/sites/show.ex b/elixir/apps/web/lib/web/live/sites/show.ex index 515f3cca3..dfae8330c 100644 --- a/elixir/apps/web/lib/web/live/sites/show.ex +++ b/elixir/apps/web/lib/web/live/sites/show.ex @@ -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