mirror of
https://github.com/bitwarden/browser.git
synced 2025-03-11 13:30:39 +01:00
[PM-16964] Format help links on vault import (#13262)
* Format help links on vault import * Fix broken link ot gnome key-ring importer --------- Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
parent
b2de591be0
commit
28d9202edb
@ -94,6 +94,8 @@
|
||||
<p bitTypography="body1">
|
||||
{{ "seeDetailedInstructions" | i18n }}
|
||||
<a
|
||||
bitLink
|
||||
linkType="primary"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
href="https://bitwarden.com/help/import-from-lastpass/"
|
||||
@ -169,13 +171,21 @@
|
||||
The process is exactly the same as importing from Google Chrome.
|
||||
</span>
|
||||
See detailed instructions on our help site at
|
||||
<a target="_blank" rel="noreferrer" href="https://bitwarden.com/help/import-from-chrome/">
|
||||
<a
|
||||
bitLink
|
||||
linkType="primary"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
href="https://bitwarden.com/help/import-from-chrome/"
|
||||
>
|
||||
https://bitwarden.com/help/import-from-chrome/</a
|
||||
>
|
||||
</ng-container>
|
||||
<ng-container *ngIf="format === 'firefoxcsv'">
|
||||
See detailed instructions on our help site at
|
||||
<a
|
||||
bitLink
|
||||
linkType="primary"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
href="https://bitwarden.com/help/import-from-firefox/"
|
||||
@ -185,7 +195,13 @@
|
||||
</ng-container>
|
||||
<ng-container *ngIf="format === 'safaricsv'">
|
||||
See detailed instructions on our help site at
|
||||
<a target="_blank" rel="noreferrer" href="https://bitwarden.com/help/import-from-safari/">
|
||||
<a
|
||||
bitLink
|
||||
linkType="primary"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
href="https://bitwarden.com/help/import-from-safari/"
|
||||
>
|
||||
https://bitwarden.com/help/import-from-safari/</a
|
||||
>.
|
||||
</ng-container>
|
||||
@ -199,6 +215,8 @@
|
||||
>
|
||||
See detailed instructions on our help site at
|
||||
<a
|
||||
bitLink
|
||||
linkType="primary"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
href="https://bitwarden.com/help/import-from-1password/"
|
||||
@ -289,7 +307,12 @@
|
||||
</ng-container>
|
||||
<ng-container *ngIf="format === 'gnomejson'">
|
||||
Make sure you have python-keyring and python-gnomekeyring installed. Save the
|
||||
<a target="_blank" rel="noreferrer" href="https://bit.ly/2GpOMTg"
|
||||
<a
|
||||
bitLink
|
||||
linkType="primary"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
href="https://github.com/spookylukey/gnome-keyring-import-export"
|
||||
>GNOME Keyring Import/Export</a
|
||||
>
|
||||
python script to your desktop as <code>pw_helper.py</code>. Open terminal and run
|
||||
|
Loading…
Reference in New Issue
Block a user