From c71f4d7e25074961bbca28d4e032cf4e0a3b8670 Mon Sep 17 00:00:00 2001 From: Angel Garbarino Date: Mon, 19 Oct 2020 09:59:03 -0600 Subject: [PATCH] update modal text to clarify (#10155) --- ui/lib/core/addon/templates/components/shamir-modal-flow.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/lib/core/addon/templates/components/shamir-modal-flow.hbs b/ui/lib/core/addon/templates/components/shamir-modal-flow.hbs index efee4b0479..196aefbbed 100644 --- a/ui/lib/core/addon/templates/components/shamir-modal-flow.hbs +++ b/ui/lib/core/addon/templates/components/shamir-modal-flow.hbs @@ -43,9 +43,9 @@

{{#if otp}} - This command contains both the encoded token and the OTP. It should be executed on the primary cluster in order to generate the operation token. + This command contains both the encoded token and the OTP. It should be executed on the secondary cluster in order to generate the operation token. {{else}} - This command requires the OTP saved earlier. It should be executed on the primary cluster in order to generate the operation token. + This command requires the OTP saved earlier. It should be executed on the secondary cluster in order to generate the operation token. {{/if}}