mirror of
https://github.com/hashicorp/vault.git
synced 2026-03-12 05:34:28 -04:00
update modal text to clarify (#10155)
This commit is contained in:
parent
e9c763164e
commit
c71f4d7e25
1 changed files with 2 additions and 2 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue