1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-04 11:55:58 +02:00

export vault on buttton

This commit is contained in:
Kyle Spearrin 2018-06-23 09:27:46 -04:00
parent cafc65ffa5
commit 39ff952667
3 changed files with 2 additions and 5 deletions

2
jslib

@ -1 +1 @@
Subproject commit 99e522a5d119c1ac6917f1013a73d90770999b5a
Subproject commit 154c087b97f1bb8f5f8de097c317ee3f78986194

View File

@ -14,6 +14,6 @@
</div>
</div>
<button appBlurClick type="submit" class="btn btn-primary">
{{'export' | i18n}}
{{'exportVault' | i18n}}
</button>
</form>

View File

@ -733,9 +733,6 @@
"exportVault": {
"message": "Export Vault"
},
"export": {
"message": "Export"
},
"exportSuccess": {
"message": "Your vault data has been exported."
},