settings: Remove extra dropdown for wildcard mention setting.

There are actually two dropdowns for wildcard mention setting,
which would have been added mistakenly while changing the label
and position during merging the original commit for adding this
setting.

This commit removes the extra dropdown dropdown in Other
Permissions subsection and retains the one in Stream
Permissions subsection.
This commit is contained in:
sahil839
2020-11-17 22:07:39 +05:30
committed by Tim Abbott
parent d3ebfce4ae
commit f900e521ef

View File

@@ -150,13 +150,6 @@
{{> dropdown_options_widget option_values=private_message_policy_values}}
</select>
</div>
<div class="input-group">
<label for="realm_wildcard_mention_policy" class="dropdown-title">{{t "Who can use wildcard mentions in large streams" }}</label>
<select name="realm_wildcard_mention_policy" id="id_realm_wildcard_mention_policy" class="prop-element" data-setting-widget-type="number">
{{> dropdown_options_widget option_values=wildcard_mention_policy_values}}
</select>
</div>
</div>
</div>
</form>