link to fingerprint phrase article
This commit is contained in:
parent
384978a511
commit
1602c0aca2
|
@ -13,7 +13,8 @@
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<p>
|
<p>
|
||||||
{{'fingerprintEnsureIntegrity' | i18n}}
|
{{'fingerprintEnsureIntegrity' | i18n}}
|
||||||
<a href="#" target="_blank" rel="noopener">{{'learnMore' | i18n}}</a>
|
<a href="https://help.bitwarden.com/article/fingerprint-phrase/" target="_blank" rel="noopener">
|
||||||
|
{{'learnMore' | i18n}}</a>
|
||||||
</p>
|
</p>
|
||||||
<p><code>{{fingerprint}}</code></p>
|
<p><code>{{fingerprint}}</code></p>
|
||||||
<div class="form-check">
|
<div class="form-check">
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
<hr>
|
<hr>
|
||||||
<p *ngIf="fingerprint">
|
<p *ngIf="fingerprint">
|
||||||
{{'yourAccountsFingerprint' | i18n}}:
|
{{'yourAccountsFingerprint' | i18n}}:
|
||||||
<a href="#" target="_blank" rel="noopener" title="{{'learnMore' | i18n}}">
|
<a href="https://help.bitwarden.com/article/fingerprint-phrase/" target="_blank" rel="noopener" title="{{'learnMore' | i18n}}">
|
||||||
<i class="fa fa-question-circle-o"></i></a><br>
|
<i class="fa fa-question-circle-o"></i></a><br>
|
||||||
<code>{{fingerprint}}</code>
|
<code>{{fingerprint}}</code>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue