diff --git a/ui/index.html b/ui/index.html index dfb89f9a36..9d584a0432 100644 --- a/ui/index.html +++ b/ui/index.html @@ -43,8 +43,13 @@
Access Denied
-Your ACL token, foobarbaz
, does not
+ {{#if aclToken}}
+
Your ACL token, {{aclToken}}
, does not
have the appropriate permissions to perform the expected action.
The default agent token does not + have the appropriate permissions to perform the expected action.
+ {{/if}}Learn more in the ACL documentation.