diff --git a/ui/packages/consul-ui/app/components/consul/discovery-chain/index.hbs b/ui/packages/consul-ui/app/components/consul/discovery-chain/index.hbs
index a0b0beacd0..56bc9e63e4 100644
--- a/ui/packages/consul-ui/app/components/consul/discovery-chain/index.hbs
+++ b/ui/packages/consul-ui/app/components/consul/discovery-chain/index.hbs
@@ -22,7 +22,7 @@
{{chain.ServiceName}} Router
diff --git a/ui/packages/consul-ui/app/components/consul/intention/form/fieldsets/index.hbs b/ui/packages/consul-ui/app/components/consul/intention/form/fieldsets/index.hbs
index 96e89dc75c..ee1894d333 100644
--- a/ui/packages/consul-ui/app/components/consul/intention/form/fieldsets/index.hbs
+++ b/ui/packages/consul-ui/app/components/consul/intention/form/fieldsets/index.hbs
@@ -120,7 +120,7 @@
(hash
intent=""
header="Application Aware"
- body="The source service may or may not connect to the destination service via unique permissions based on L7 criteria: path, header, or method."
+ body="The source service may or may not connect to the destination service via unique permissions based on Layer 7 criteria: path, header, or method."
)
)
as |_action|}}
@@ -168,7 +168,7 @@
- Permissions intercept an Intention's traffic using L7 criteria, such as path prefixes and http headers.
+ Permissions intercept an Intention's traffic using Layer 7 criteria, such as path prefixes and http headers.
diff --git a/ui/packages/consul-ui/app/components/consul/intention/form/index.hbs b/ui/packages/consul-ui/app/components/consul/intention/form/index.hbs
index 17d92c8772..129189c4bb 100644
--- a/ui/packages/consul-ui/app/components/consul/intention/form/index.hbs
+++ b/ui/packages/consul-ui/app/components/consul/intention/form/index.hbs
@@ -46,7 +46,7 @@ as |api|>
- When you change this Intention to {{newAction}}, you will remove all the L7 policy permissions currently saved to this Intention. Are you sure you want to set it to {{newAction}}?
+ When you change this Intention to {{newAction}}, you will remove all the Layer 7 policy permissions currently saved to this Intention. Are you sure you want to set it to {{newAction}}?
diff --git a/ui/packages/consul-ui/app/components/consul/intention/list/check/index.hbs b/ui/packages/consul-ui/app/components/consul/intention/list/check/index.hbs
index 6f4650c3d0..8a1b39f91c 100644
--- a/ui/packages/consul-ui/app/components/consul/intention/list/check/index.hbs
+++ b/ui/packages/consul-ui/app/components/consul/intention/list/check/index.hbs
@@ -2,7 +2,7 @@
(from-entries (array
(array 'allow' 'Allowed')
(array 'deny' 'Denied')
- (array '' 'L7 Rules')
+ (array '' 'Layer 7 Rules')
))
as |titles|}}
diff --git a/ui/packages/consul-ui/app/components/consul/intention/list/table/index.hbs b/ui/packages/consul-ui/app/components/consul/intention/list/table/index.hbs
index 7935c28ea5..faf35be4a4 100644
--- a/ui/packages/consul-ui/app/components/consul/intention/list/table/index.hbs
+++ b/ui/packages/consul-ui/app/components/consul/intention/list/table/index.hbs
@@ -11,7 +11,7 @@ as |item index|>
Permissions
- Permissions intercept an Intention's traffic using L7 criteria, such as path prefixes and http headers.
+ Permissions intercept an Intention's traffic using Layer 7 criteria, such as path prefixes and http headers.
|
|