diff --git a/app/templates/base.html b/app/templates/base.html index 8b8a1de..5a10c1f 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -8,7 +8,7 @@ /> {% block title %}PassKeeper{% endblock %} diff --git a/app/templates/vault/index.html b/app/templates/vault/index.html index cf1abd0..6936258 100644 --- a/app/templates/vault/index.html +++ b/app/templates/vault/index.html @@ -127,7 +127,6 @@ id="sidebar-import-export" data-view="import-export" data-tooltip="Import / Export" - onclick="Vault.switchToImportExport()" > 📤 Import / Export @@ -282,18 +281,21 @@

Import / Export

-

Export Vault

Download an encrypted backup of your entire vault. The file contains - AES-256-GCM ciphertext — your master password is required to read it. - Keep it safe. + AES-256-GCM ciphertext — your master password is required to read + it. Keep it safe.

- - + +
@@ -301,16 +303,26 @@

Import

- Import from a PassKeeper encrypted JSON export, or from a CSV file exported - by Chrome, Bitwarden, or 1Password. Duplicates are not checked — review - your vault after importing. + Import from a PassKeeper encrypted JSON export, or from a CSV file + exported by Chrome, Bitwarden, or 1Password. Duplicates are not + checked — review your vault after importing.

-
@@ -320,7 +332,6 @@
-
@@ -687,7 +698,10 @@ -
+