diff --git a/.changelog/11577.txt b/.changelog/11577.txt
new file mode 100644
index 000000000..14fe7b014
--- /dev/null
+++ b/.changelog/11577.txt
@@ -0,0 +1,3 @@
+```release-note:improvement
+ui: Update global notification styling
+```
diff --git a/ui/packages/consul-ui/app/components/app-view/README.mdx b/ui/packages/consul-ui/app/components/app-view/README.mdx
index b7681597b..da5e92de4 100644
--- a/ui/packages/consul-ui/app/components/app-view/README.mdx
+++ b/ui/packages/consul-ui/app/components/app-view/README.mdx
@@ -8,9 +8,7 @@ state: needs-love
the app chrome), every 'top level main section/template' should have one of
these.
-It contains legacy authorization code (that can probably be removed now), and
-our flash messages (that should be moved to the `
- - {{capitalize status}}! - - {{#yield-slot name="notification" params=(block-params status type flash.item flash.error)}} - {{yield}} - {{#if (eq type 'logout')}} - {{#if (eq status 'success') }} - You are now logged out. - {{else}} - There was an error logging out. - {{/if}} - {{else if (eq type 'authorize')}} - {{#if (eq status 'success') }} - You are now logged in. - {{else}} - There was an error, please check your SecretID/Token - {{/if}} - {{/if}} - {{else}} - {{#if (eq type 'logout')}} - {{#if (eq status 'success') }} - You are now logged out. - {{else}} - There was an error logging out. - {{/if}} - {{else if (eq type 'authorize')}} - {{#if (eq status 'success') }} - You are now logged in. - {{else}} - There was an error, please check your SecretID/Token - {{/if}} - {{/if}} - {{/yield-slot}} -
- {{/let}} - {{/if}} -- ACLs are not enabled in this Consul cluster. We strongly encourage the use of ACLs in production environments for the best security practices. -
-