From 5b76cb7ddc120b88f12015e14064f31302e2c077 Mon Sep 17 00:00:00 2001 From: John Cowen Date: Mon, 11 May 2020 15:05:49 +0100 Subject: [PATCH] ui: Improve language surrounding marking a token as local/global (#7830) This commit moved the checkbox used for marking a token as local/global to use a more traditional UX, i.e.: [ ] Question? Clicking the radiobutton toggles true/false: true = yes false = no instead of: false=yes true=no --- ui-v2/app/templates/dc/acls/tokens/-fieldsets.hbs | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ui-v2/app/templates/dc/acls/tokens/-fieldsets.hbs b/ui-v2/app/templates/dc/acls/tokens/-fieldsets.hbs index 93c465fef3..048a2d3fd9 100644 --- a/ui-v2/app/templates/dc/acls/tokens/-fieldsets.hbs +++ b/ui-v2/app/templates/dc/acls/tokens/-fieldsets.hbs @@ -1,12 +1,11 @@
{{#if create }} -
- Restrict this token to a local datacenter? - Local tokens get set in the Raft store of the local DC and do not ever get transmitted to the primary DC or replicated to any other DC. +
+ Local tokens get set in the Raft store of the local DC and do not ever get transmitted to the primary DC or replicated to any other DC.
{{/if}}