1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-27 04:03:00 +02:00

options page description

This commit is contained in:
Kyle Spearrin 2018-06-25 17:17:55 -04:00
parent bb14aa821b
commit 1717960a8c
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<div class="page-header">
<h1>{{'options' | i18n}}</h1>
</div>
<p>{{'optionsDesc' | i18n}}</p>
<div class="row">
<div class="col-6">
<div class="form-group">

View File

@ -897,6 +897,9 @@
"options": {
"message": "Options"
},
"optionsDesc": {
"message": "Customize your web vault experience."
},
"language": {
"message": "Language"
},