Skip to content

Commit

Permalink
update modal text to clarify (#10155)
Browse files Browse the repository at this point in the history
  • Loading branch information
Monkeychip authored Oct 19, 2020
1 parent e9c7631 commit c71f4d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/lib/core/addon/templates/components/shamir-modal-flow.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
</h4>
<p class="help has-text-grey has-bottom-margin-xs">
{{#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}}
</p>
<div class="message is-list has-copy-button" tabindex="-1">
Expand Down

0 comments on commit c71f4d7

Please sign in to comment.