1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-07 12:25:46 +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>
</div> </div>
<button appBlurClick type="submit" class="btn btn-primary"> <button appBlurClick type="submit" class="btn btn-primary">
{{'export' | i18n}} {{'exportVault' | i18n}}
</button> </button>
</form> </form>

View File

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