DEV: Clean up some extra wording

Remove "Allowed" label because it isn't needed now that we have
relocated the checkbox.

Follow up to: 30af3f24ef
This commit is contained in:
Blake Erickson 2020-07-20 16:53:10 -06:00
parent 30af3f24ef
commit 949c8923a4
1 changed files with 0 additions and 4 deletions

View File

@ -35,10 +35,6 @@
</div>
{{#if allowPmUsersEnabled}}
<div class="controls tracking-controls">
<label>
{{d-icon "far-envelope" class="icon"}}
<span>{{i18n "user.allowed_pm_users"}}</span>
</label>
{{user-chooser
value=allowedPmUsernames
onChange=(action "onChangeAllowedPmUsernames")