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}}