diff --git a/ui/app/components/transformation-edit.hbs b/ui/app/components/transformation-edit.hbs index c9f883f35b..51e96180e2 100644 --- a/ui/app/components/transformation-edit.hbs +++ b/ui/app/components/transformation-edit.hbs @@ -1,6 +1,6 @@ {{! - Copyright (c) HashiCorp, Inc. - SPDX-License-Identifier: BUSL-1.1 +Copyright (c) HashiCorp, Inc. +SPDX-License-Identifier: BUSL-1.1 }} @@ -32,22 +32,15 @@ {{#if this.model.updatePath.canDelete}} {{#if (gt this.model.allowed_roles.length 0)}} - - - - - -
- This transformation is in use by a role and can’t be deleted. -
-
-
+ + + {{else}}

- You’re editing a transformation that is in use by at least one role. Editing it may mean that encode and decode + You're editing a transformation that is in use by at least one role. Editing it may mean that encode and decode operations stop working. Are you sure?