mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00: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:
committed by
GitHub
parent
b2de591be0
commit
28d9202edb
@@ -94,6 +94,8 @@
|
|||||||
<p bitTypography="body1">
|
<p bitTypography="body1">
|
||||||
{{ "seeDetailedInstructions" | i18n }}
|
{{ "seeDetailedInstructions" | i18n }}
|
||||||
<a
|
<a
|
||||||
|
bitLink
|
||||||
|
linkType="primary"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
href="https://bitwarden.com/help/import-from-lastpass/"
|
href="https://bitwarden.com/help/import-from-lastpass/"
|
||||||
@@ -169,13 +171,21 @@
|
|||||||
The process is exactly the same as importing from Google Chrome.
|
The process is exactly the same as importing from Google Chrome.
|
||||||
</span>
|
</span>
|
||||||
See detailed instructions on our help site at
|
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
|
https://bitwarden.com/help/import-from-chrome/</a
|
||||||
>
|
>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<ng-container *ngIf="format === 'firefoxcsv'">
|
<ng-container *ngIf="format === 'firefoxcsv'">
|
||||||
See detailed instructions on our help site at
|
See detailed instructions on our help site at
|
||||||
<a
|
<a
|
||||||
|
bitLink
|
||||||
|
linkType="primary"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
href="https://bitwarden.com/help/import-from-firefox/"
|
href="https://bitwarden.com/help/import-from-firefox/"
|
||||||
@@ -185,7 +195,13 @@
|
|||||||
</ng-container>
|
</ng-container>
|
||||||
<ng-container *ngIf="format === 'safaricsv'">
|
<ng-container *ngIf="format === 'safaricsv'">
|
||||||
See detailed instructions on our help site at
|
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
|
https://bitwarden.com/help/import-from-safari/</a
|
||||||
>.
|
>.
|
||||||
</ng-container>
|
</ng-container>
|
||||||
@@ -199,6 +215,8 @@
|
|||||||
>
|
>
|
||||||
See detailed instructions on our help site at
|
See detailed instructions on our help site at
|
||||||
<a
|
<a
|
||||||
|
bitLink
|
||||||
|
linkType="primary"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
href="https://bitwarden.com/help/import-from-1password/"
|
href="https://bitwarden.com/help/import-from-1password/"
|
||||||
@@ -289,7 +307,12 @@
|
|||||||
</ng-container>
|
</ng-container>
|
||||||
<ng-container *ngIf="format === 'gnomejson'">
|
<ng-container *ngIf="format === 'gnomejson'">
|
||||||
Make sure you have python-keyring and python-gnomekeyring installed. Save the
|
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
|
>GNOME Keyring Import/Export</a
|
||||||
>
|
>
|
||||||
python script to your desktop as <code>pw_helper.py</code>. Open terminal and run
|
python script to your desktop as <code>pw_helper.py</code>. Open terminal and run
|
||||||
|
|||||||
Reference in New Issue
Block a user