1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00: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

Submodule jslib updated: 99e522a5d1...154c087b97

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."
}, },