1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-05 01:53:55 +00:00

UI updates for org pages

This commit is contained in:
Kyle Spearrin
2017-03-28 22:09:27 -04:00
parent b156a27d1f
commit cbcfdafef6
4 changed files with 6 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
<div class="form-group">
<div class="radio">
<label>
<input type="radio" id="user-type" ng-model="model.type" name="Type" value="User" checked>
<input type="radio" id="user-type" ng-model="model.type" name="Type" value="User">
<strong>User</strong> - A regular user with access to your organization's subvaults.
</label>
</div>