From d5e28bda567d60d081661b31cd76bb1133ab7afd Mon Sep 17 00:00:00 2001 From: Jihoon Chung Date: Thu, 17 Jan 2019 18:03:23 +0900 Subject: [PATCH] ui: Fix typo in acl-migration guide link (#5135) --- ui-v2/app/templates/dc/acls/tokens/edit.hbs | 2 +- ui-v2/app/templates/dc/acls/tokens/index.hbs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ui-v2/app/templates/dc/acls/tokens/edit.hbs b/ui-v2/app/templates/dc/acls/tokens/edit.hbs index 2d56cb0975..de951c0489 100644 --- a/ui-v2/app/templates/dc/acls/tokens/edit.hbs +++ b/ui-v2/app/templates/dc/acls/tokens/edit.hbs @@ -49,7 +49,7 @@ {{/block-slot}} {{#block-slot 'content'}} {{#if (token/is-legacy item)}} -

Update. We have upgraded our ACL system by allowing you to create reusable policies which you can then apply to tokens. Don't worry, even though this token was written in the old style, it is still valid. However, we do recommend upgrading your old tokens to the new style. Learn how in our documentation.

+

Update. We have upgraded our ACL system by allowing you to create reusable policies which you can then apply to tokens. Don't worry, even though this token was written in the old style, it is still valid. However, we do recommend upgrading your old tokens to the new style. Learn how in our documentation.

{{/if}} {{#if (not create) }}
diff --git a/ui-v2/app/templates/dc/acls/tokens/index.hbs b/ui-v2/app/templates/dc/acls/tokens/index.hbs index 3df3c64abe..6de3eacc8a 100644 --- a/ui-v2/app/templates/dc/acls/tokens/index.hbs +++ b/ui-v2/app/templates/dc/acls/tokens/index.hbs @@ -26,7 +26,7 @@ {{/if}} {{#if (token/is-legacy items)}} -

Update. We have upgraded our ACL System to allow the creation of reusable policies that can be applied to tokens. Read more about the changes and how to upgrade legacy tokens in our documentation.

+

Update. We have upgraded our ACL System to allow the creation of reusable policies that can be applied to tokens. Read more about the changes and how to upgrade legacy tokens in our documentation.

{{/if}} {{#if (gt filtered.length 0)}} {{#tabular-collection @@ -131,4 +131,4 @@

{{/if}} {{/block-slot}} -{{/app-view}} \ No newline at end of file +{{/app-view}}