Are you sure you want to delete this Gateway? diff --git a/elixir/apps/web/lib/web/live/groups/show.ex b/elixir/apps/web/lib/web/live/groups/show.ex index 14ad4a3d6..40816e9c1 100644 --- a/elixir/apps/web/lib/web/live/groups/show.ex +++ b/elixir/apps/web/lib/web/live/groups/show.ex @@ -251,7 +251,7 @@ defmodule Web.Groups.Show do icon="hero-trash-solid" on_confirm="delete" > - <:dialog_title>Delete Group + <:dialog_title>Confirm deletion of Group <:dialog_content> Are you sure you want to delete this Group and all related Policies? diff --git a/elixir/apps/web/lib/web/live/policies/show.ex b/elixir/apps/web/lib/web/live/policies/show.ex index 097494970..b3528cd89 100644 --- a/elixir/apps/web/lib/web/live/policies/show.ex +++ b/elixir/apps/web/lib/web/live/policies/show.ex @@ -99,7 +99,7 @@ defmodule Web.Policies.Show do icon="hero-lock-closed" on_confirm="disable" > - <:dialog_title>Disable the Policy + <:dialog_title>Confirm disabling the Policy <:dialog_content> Are you sure you want to disable this policy? This will immediately @@ -117,10 +117,11 @@ defmodule Web.Policies.Show do :if={not is_nil(@policy.disabled_at)} id="enable" style="warning" + confirm_style="primary" icon="hero-lock-open" on_confirm="enable" > - <:dialog_title>Enable the Policy + <:dialog_title>Confirm enabling the Policy <:dialog_content> Are you sure you want to enable this policy? This will immediately @@ -294,7 +295,7 @@ defmodule Web.Policies.Show do on_confirm="delete" on_confirm_id={@policy.id} > - <:dialog_title>Delete Policy + <:dialog_title>Confirm deletion of Policy <:dialog_content> Are you sure you want to delete this Policy? All sessions authorized by it will be expired. diff --git a/elixir/apps/web/lib/web/live/relay_groups/show.ex b/elixir/apps/web/lib/web/live/relay_groups/show.ex index 667ff213b..cb401b90b 100644 --- a/elixir/apps/web/lib/web/live/relay_groups/show.ex +++ b/elixir/apps/web/lib/web/live/relay_groups/show.ex @@ -106,7 +106,7 @@ defmodule Web.RelayGroups.Show do icon="hero-trash-solid" on_confirm="revoke_all_tokens" > - <:dialog_title>Revoke all tokens + <:dialog_title>Confirm revocation of all tokens <:dialog_content> Are you sure you want to revoke all tokens for this Relay Group? This will immediately disconnect all associated Relays. @@ -162,7 +162,7 @@ defmodule Web.RelayGroups.Show do icon="hero-trash-solid" on_confirm="delete" > - <:dialog_title>Delete Instance Group + <:dialog_title>Confirm deletion of the Instance Group <:dialog_content> Are you sure you want to delete this Instance Group? All relay instances will be disconnected. diff --git a/elixir/apps/web/lib/web/live/relays/show.ex b/elixir/apps/web/lib/web/live/relays/show.ex index 4825e5909..a8c8d9e9a 100644 --- a/elixir/apps/web/lib/web/live/relays/show.ex +++ b/elixir/apps/web/lib/web/live/relays/show.ex @@ -120,7 +120,7 @@ defmodule Web.Relays.Show do icon="hero-trash-solid" on_confirm="delete" > - <:dialog_title>Delete Relay + <:dialog_title>Confirm deletion of Relay <:dialog_content>
Are you sure you want to delete this relay? diff --git a/elixir/apps/web/lib/web/live/resources/show.ex b/elixir/apps/web/lib/web/live/resources/show.ex index 5af9ebdb4..b62153ba5 100644 --- a/elixir/apps/web/lib/web/live/resources/show.ex +++ b/elixir/apps/web/lib/web/live/resources/show.ex @@ -388,7 +388,7 @@ defmodule Web.Resources.Show do on_confirm="delete" on_confirm_id={@resource.id} > - <:dialog_title>Delete Resource + <:dialog_title>Confirm deletion of Resource <:dialog_content> Are you sure want to delete this Resource along with all associated Policies? This will immediately end all active sessions opened for this Resource. diff --git a/elixir/apps/web/lib/web/live/settings/api_clients/show.ex b/elixir/apps/web/lib/web/live/settings/api_clients/show.ex index 8d16945cf..56cfec527 100644 --- a/elixir/apps/web/lib/web/live/settings/api_clients/show.ex +++ b/elixir/apps/web/lib/web/live/settings/api_clients/show.ex @@ -69,7 +69,7 @@ defmodule Web.Settings.ApiClients.Show do icon="hero-lock-closed" on_confirm="disable" > - <:dialog_title>Disable the API Client + <:dialog_title>Confirm disabling the API Client <:dialog_content> Are you sure want to disable this API Client and revoke all its tokens? @@ -86,10 +86,11 @@ defmodule Web.Settings.ApiClients.Show do <.button_with_confirmation id="enable" style="warning" + confirm_style="primary" icon="hero-lock-open" on_confirm="enable" > - <:dialog_title>Enable the API Client + <:dialog_title>Confirm enabling the API Client <:dialog_content> Are you sure want to enable this API Client? @@ -138,7 +139,7 @@ defmodule Web.Settings.ApiClients.Show do icon="hero-trash" on_confirm="revoke_all_tokens" > - <:dialog_title>Revoke all API Client Tokens + <:dialog_title>Confirm revocation of all API Client tokens <:dialog_content> Are you sure you want to revoke all Tokens for this API client? @@ -191,7 +192,7 @@ defmodule Web.Settings.ApiClients.Show do on_confirm_id={token.id} size="xs" > - <:dialog_title>Revoke the Token + <:dialog_title>Confirm revocation of API Token <:dialog_content> Are you sure you want to revoke this token? @@ -223,7 +224,7 @@ defmodule Web.Settings.ApiClients.Show do icon="hero-trash-solid" on_confirm="delete" > - <:dialog_title>Delete API Client + <:dialog_title>Confirm deletion of API Client <:dialog_content> Are you sure want to delete this API Client along with all associated tokens? diff --git a/elixir/apps/web/lib/web/live/settings/identity_providers/google_workspace/show.ex b/elixir/apps/web/lib/web/live/settings/identity_providers/google_workspace/show.ex index 98b058279..608cecca6 100644 --- a/elixir/apps/web/lib/web/live/settings/identity_providers/google_workspace/show.ex +++ b/elixir/apps/web/lib/web/live/settings/identity_providers/google_workspace/show.ex @@ -60,7 +60,7 @@ defmodule Web.Settings.IdentityProviders.GoogleWorkspace.Show do icon="hero-lock-closed" on_confirm="disable" > - <:dialog_title>Disable the Provider + <:dialog_title>Confirm disabling the Provider <:dialog_content> Are you sure you want to disable this Provider? This will immediately @@ -79,10 +79,11 @@ defmodule Web.Settings.IdentityProviders.GoogleWorkspace.Show do :if={not is_nil(@provider.disabled_at)} id="enable" style="warning" + confirm_style="primary" icon="hero-lock-open" on_confirm="enable" > - <:dialog_title>Enable the Provider + <:dialog_title>Confirm enabling the Provider <:dialog_content> Are you sure you want to enable this provider? @@ -135,7 +136,7 @@ defmodule Web.Settings.IdentityProviders.GoogleWorkspace.Show do on_confirm="delete_stale_actors" class="mt-4" > - <:dialog_title>Delete Stale Actors + <:dialog_title>Confirm deletion of stale Actors <:dialog_content> Are you sure you want to delete all Actors that were synced synced from this provider and do not have any other identities? @@ -212,7 +213,7 @@ defmodule Web.Settings.IdentityProviders.GoogleWorkspace.Show do icon="hero-trash-solid" on_confirm="delete" > - <:dialog_title>Delete Identity Provider + <:dialog_title>Confirm deletion of Identity Provider <:dialog_content> Are you sure you want to delete this provider? This will remove all Actors and Groups associated with this provider. diff --git a/elixir/apps/web/lib/web/live/settings/identity_providers/jumpcloud/show.ex b/elixir/apps/web/lib/web/live/settings/identity_providers/jumpcloud/show.ex index 2dd750899..5aaa2aca6 100644 --- a/elixir/apps/web/lib/web/live/settings/identity_providers/jumpcloud/show.ex +++ b/elixir/apps/web/lib/web/live/settings/identity_providers/jumpcloud/show.ex @@ -62,7 +62,7 @@ defmodule Web.Settings.IdentityProviders.JumpCloud.Show do icon="hero-lock-closed" on_confirm="disable" > - <:dialog_title>Disable the Provider + <:dialog_title>Confirm disabling the Provider <:dialog_content> Are you sure you want to disable this Provider? This will immediately @@ -81,10 +81,11 @@ defmodule Web.Settings.IdentityProviders.JumpCloud.Show do :if={not is_nil(@provider.disabled_at)} id="enable" style="warning" + confirm_style="primary" icon="hero-lock-open" on_confirm="enable" > - <:dialog_title>Enable the Provider + <:dialog_title>Confirm enabling the Provider <:dialog_content> Are you sure you want to enable this provider? @@ -135,7 +136,7 @@ defmodule Web.Settings.IdentityProviders.JumpCloud.Show do on_confirm="delete_stale_actors" class="mt-4" > - <:dialog_title>Delete Stale Actors + <:dialog_title>Confirm deletion of stale Actors <:dialog_content> Are you sure you want to delete all Actors that were synced synced from this provider and do not have any other identities? @@ -223,7 +224,7 @@ defmodule Web.Settings.IdentityProviders.JumpCloud.Show do icon="hero-trash-solid" on_confirm="delete" > - <:dialog_title>Delete Identity Provider + <:dialog_title>Confirm deletion of Identity Provider <:dialog_content> Are you sure you want to delete this provider? This will remove all Actors and Groups associated with this provider. diff --git a/elixir/apps/web/lib/web/live/settings/identity_providers/microsoft_entra/show.ex b/elixir/apps/web/lib/web/live/settings/identity_providers/microsoft_entra/show.ex index e1c88ee31..147e371d4 100644 --- a/elixir/apps/web/lib/web/live/settings/identity_providers/microsoft_entra/show.ex +++ b/elixir/apps/web/lib/web/live/settings/identity_providers/microsoft_entra/show.ex @@ -60,7 +60,7 @@ defmodule Web.Settings.IdentityProviders.MicrosoftEntra.Show do icon="hero-lock-closed" on_confirm="disable" > - <:dialog_title>Disable the Provider + <:dialog_title>Confirm disabling the Provider <:dialog_content> Are you sure you want to disable this Provider? This will immediately @@ -79,10 +79,11 @@ defmodule Web.Settings.IdentityProviders.MicrosoftEntra.Show do :if={not is_nil(@provider.disabled_at)} id="enable" style="warning" + confirm_style="primary" icon="hero-lock-open" on_confirm="enable" > - <:dialog_title>Enable the Provider + <:dialog_title>Confirm enabling the Provider <:dialog_content> Are you sure you want to enable this provider? @@ -135,7 +136,7 @@ defmodule Web.Settings.IdentityProviders.MicrosoftEntra.Show do on_confirm="delete_stale_actors" class="mt-4" > - <:dialog_title>Delete Stale Actors + <:dialog_title>Confirm deletion of stale Actors <:dialog_content> Are you sure you want to delete all Actors that were synced synced from this provider and do not have any other identities? @@ -212,7 +213,7 @@ defmodule Web.Settings.IdentityProviders.MicrosoftEntra.Show do icon="hero-trash-solid" on_confirm="delete" > - <:dialog_title>Delete Identity Provider + <:dialog_title>Confirm deletion of Identity Provider <:dialog_content> Are you sure you want to delete this provider? This will remove all Actors and Groups associated with this provider. diff --git a/elixir/apps/web/lib/web/live/settings/identity_providers/okta/show.ex b/elixir/apps/web/lib/web/live/settings/identity_providers/okta/show.ex index d518e4a04..eb47a97ff 100644 --- a/elixir/apps/web/lib/web/live/settings/identity_providers/okta/show.ex +++ b/elixir/apps/web/lib/web/live/settings/identity_providers/okta/show.ex @@ -60,7 +60,7 @@ defmodule Web.Settings.IdentityProviders.Okta.Show do icon="hero-lock-closed" on_confirm="disable" > - <:dialog_title>Disable the Provider + <:dialog_title>Confirm disabling the Provider <:dialog_content> Are you sure you want to disable this Provider? This will immediately @@ -79,10 +79,11 @@ defmodule Web.Settings.IdentityProviders.Okta.Show do :if={not is_nil(@provider.disabled_at)} id="enable" style="warning" + confirm_style="primary" icon="hero-lock-open" on_confirm="enable" > - <:dialog_title>Enable the Provider + <:dialog_title>Confirm enabling the Provider <:dialog_content> Are you sure you want to enable this provider? @@ -133,7 +134,7 @@ defmodule Web.Settings.IdentityProviders.Okta.Show do on_confirm="delete_stale_actors" class="mt-4" > - <:dialog_title>Delete Stale Actors + <:dialog_title>Confirm deletion of stale Actors <:dialog_content> Are you sure you want to delete all Actors that were synced synced from this provider and do not have any other identities? @@ -230,7 +231,7 @@ defmodule Web.Settings.IdentityProviders.Okta.Show do icon="hero-trash-solid" on_confirm="delete" > - <:dialog_title>Delete Identity Provider + <:dialog_title>Confirm deletion of Identity Provider <:dialog_content> Are you sure you want to delete this provider? This will remove all Actors and Groups associated with this provider. diff --git a/elixir/apps/web/lib/web/live/settings/identity_providers/openid_connect/show.ex b/elixir/apps/web/lib/web/live/settings/identity_providers/openid_connect/show.ex index 169f9e28e..faef3d197 100644 --- a/elixir/apps/web/lib/web/live/settings/identity_providers/openid_connect/show.ex +++ b/elixir/apps/web/lib/web/live/settings/identity_providers/openid_connect/show.ex @@ -55,7 +55,7 @@ defmodule Web.Settings.IdentityProviders.OpenIDConnect.Show do icon="hero-lock-closed" on_confirm="disable" > - <:dialog_title>Disable the Provider + <:dialog_title>Confirm disabling the Provider <:dialog_content> Are you sure you want to disable this Provider? This will immediately @@ -73,10 +73,11 @@ defmodule Web.Settings.IdentityProviders.OpenIDConnect.Show do :if={not is_nil(@provider.disabled_at)} id="enable" style="warning" + confirm_style="primary" icon="hero-lock-open" on_confirm="enable" > - <:dialog_title>Enable the Provider + <:dialog_title>Confirm enabling the Provider <:dialog_content> Are you sure you want to enable this provider? @@ -115,7 +116,7 @@ defmodule Web.Settings.IdentityProviders.OpenIDConnect.Show do on_confirm="delete_stale_actors" class="mt-4" > - <:dialog_title>Delete Stale Actors + <:dialog_title>Confirm deletion of stale Actors <:dialog_content> Are you sure you want to delete all Actors that were synced synced from this provider and do not have any other identities? @@ -188,7 +189,7 @@ defmodule Web.Settings.IdentityProviders.OpenIDConnect.Show do icon="hero-trash-solid" on_confirm="delete" > - <:dialog_title>Delete Identity Provider + <:dialog_title>Confirm deletion of Identity Provider <:dialog_content> Are you sure you want to delete this provider? This will remove all Identities, Groups and Policies associated with this provider. diff --git a/elixir/apps/web/lib/web/live/settings/identity_providers/system/show.ex b/elixir/apps/web/lib/web/live/settings/identity_providers/system/show.ex index 9694a2771..dc3cc2fba 100644 --- a/elixir/apps/web/lib/web/live/settings/identity_providers/system/show.ex +++ b/elixir/apps/web/lib/web/live/settings/identity_providers/system/show.ex @@ -45,7 +45,7 @@ defmodule Web.Settings.IdentityProviders.System.Show do icon="hero-lock-closed" on_confirm="disable" > - <:dialog_title>Disable the Provider + <:dialog_title>Confirm disabling the Provider <:dialog_content> Are you sure you want to disable this Provider? This will immediately @@ -63,10 +63,11 @@ defmodule Web.Settings.IdentityProviders.System.Show do :if={not is_nil(@provider.disabled_at)} id="enable" style="warning" + confirm_style="primary" icon="hero-lock-open" on_confirm="enable" > - <:dialog_title>Enable the Provider + <:dialog_title>Confirm enabling the Provider <:dialog_content> Are you sure you want to enable this provider? diff --git a/elixir/apps/web/lib/web/live/sites/show.ex b/elixir/apps/web/lib/web/live/sites/show.ex index 9dd809b35..b6e0e3b27 100644 --- a/elixir/apps/web/lib/web/live/sites/show.ex +++ b/elixir/apps/web/lib/web/live/sites/show.ex @@ -144,7 +144,7 @@ defmodule Web.Sites.Show do icon="hero-trash-solid" on_confirm="revoke_all_tokens" > - <:dialog_title>Revoke all tokens + <:dialog_title>Confirm revocation of all tokens <:dialog_content> Are you sure you want to revoke all tokens for this Site? This will immediately disconnect all associated Gateways. @@ -294,7 +294,7 @@ defmodule Web.Sites.Show do icon="hero-trash-solid" on_confirm="delete" > - <:dialog_title>Delete Site + <:dialog_title>Confirm deletion of Site <:dialog_content> Are you sure you want to delete this Site? This will immediately disconnect all associated Gateways.