Verbiage changes

This commit is contained in:
Matt Smith 2020-08-25 14:03:47 -05:00
parent b65d6582be
commit e7dc93b715
2 changed files with 5 additions and 3 deletions

View File

@ -1308,5 +1308,7 @@
},
"autoFillSuccess": {
"message": "Auto-filled Item"
}
},
"setMasterPassword": {
"message": "Set Master Password"
}

View File

@ -4,11 +4,11 @@
<a routerLink="/home">{{'cancel' | i18n}}</a>
</div>
<div class="center">
<span class="title">{{'appName' | i18n}}</span>
<span class="title">{{'setMasterPassword' | i18n}}</span>
</div>
<div class="right">
<button type="submit" appBlurClick [disabled]="form.loading">
<span [hidden]="form.loading">{{'login' | i18n}}</span>
<span [hidden]="form.loading">{{'submit' | i18n}}</span>
<i class="fa fa-spinner fa-lg fa-spin" [hidden]="!form.loading" aria-hidden="true"></i>
</button>
</div>