1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

Uppercase Bitwarden

This commit is contained in:
Kyle Spearrin
2018-02-27 22:41:27 -05:00
parent 119c6d5817
commit f8d6816101
20 changed files with 27 additions and 22 deletions

View File

@@ -11,7 +11,7 @@
$scope.options = [
{
id: 'bitwardencsv',
name: 'bitwarden (csv)',
name: 'Bitwarden (csv)',
featured: true,
sort: 1,
instructions: $sce.trustAsHtml('Export using the web vault (vault.bitwarden.com). ' +
@@ -243,7 +243,7 @@
'python script by Luke Plant to your desktop as <code>pw_helper.py</code>. Open terminal and run ' +
'<code>chmod +rx Desktop/pw_helper.py</code> and then ' +
'<code>python Desktop/pw_helper.py export Desktop/my_passwords.json</code>. Then upload ' +
'the resulting <code>my_passwords.json</code> file here to bitwarden.')
'the resulting <code>my_passwords.json</code> file here to Bitwarden.')
}
];