missing ex

This commit is contained in:
Kyle Spearrin 2018-05-02 12:29:37 -04:00
parent 0c0b551f1c
commit 5e39d32554
2 changed files with 2 additions and 2 deletions

2
jslib

@ -1 +1 @@
Subproject commit 12533dd951e5f248ee82ca0100fb9fd215fc6bd3
Subproject commit 66bdf442d6f809487f674fecae325ddef0c8470f

View File

@ -10,7 +10,7 @@
<div class="box-content-row" appBoxRow>
<label for="baseUrl">{{'baseUrl' | i18n}}</label>
<input id="baseUrl" type="text" name="BaseUrl" [(ngModel)]="baseUrl"
placeholder="ex. https://bitwarden.company.com">
placeholder="{{'ex' | i18n}} https://bitwarden.company.com">
</div>
</div>
<div class="box-footer">