Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion app/authorization/client/views/permissionsRole.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
<label for="mandatory2fa">{{_ "Users must use Two Factor Authentication"}} :</label>
<input id="mandatory2fa" type="checkbox" name="mandatory2fa" checked="{{mandatory2fa}}">
</div>

<div class="alert alert-warning">
<p for="mandatory2fa">{{_ "Leave the description field blank if you dont want to show the role"}}.</p>
</div>
<div class="rc-button__group">
{{#if editable}}
<button name="delete" class="rc-button rc-button--danger delete-role">{{_ "Delete"}}</button>
Expand Down
3 changes: 2 additions & 1 deletion app/theme/client/imports/general/base_old.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@
}

.rc-old .alert {
margin-bottom: 20px;
margin: 1rem 0;
padding: 0.5rem;

border-width: 1px;
border-radius: var(--border-radius);
Expand Down
1 change: 1 addition & 0 deletions packages/rocketchat-i18n/i18n/en.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -3377,6 +3377,7 @@
"Users_added": "The users have been added",
"Users_in_role": "Users in role",
"Users must use Two Factor Authentication": "Users must use Two Factor Authentication",
"Leave_the_description_field_blank_if_you_dont_want_to_show_the_role": "Leave the description field blank if you don't want to show the role",
"Uses": "Uses",
"Uses_left": "Uses left",
"UTF8_Names_Slugify": "UTF8 Names Slugify",
Expand Down