1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 03:03:43 +00:00

external id desc

This commit is contained in:
Kyle Spearrin
2018-07-09 21:44:48 -04:00
parent 2d4676ed7e
commit a27357213a
2 changed files with 10 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
<div class="form-group">
<label for="externalId">{{'externalId' | i18n}}</label>
<input id="externalId" class="form-control" type="text" name="ExternalId" [(ngModel)]="externalId">
<small class="form-text text-muted">{{'externalIdDesc' | i18n : ('group' | i18n).toLocaleLowerCase()}}</small>
</div>
<h3 class="mt-4">{{'accessControl' | i18n}}</h3>
<div class="form-group">