diff --git a/app/authorization/client/views/permissionsRole.html b/app/authorization/client/views/permissionsRole.html index a8a5ac92c312..74579e16fe5d 100644 --- a/app/authorization/client/views/permissionsRole.html +++ b/app/authorization/client/views/permissionsRole.html @@ -34,7 +34,9 @@ - +
+

{{_ "Leave the description field blank if you dont want to show the role"}}.

+
{{#if editable}} diff --git a/app/theme/client/imports/general/base_old.css b/app/theme/client/imports/general/base_old.css index a3fb7e65919a..2654233a62a6 100644 --- a/app/theme/client/imports/general/base_old.css +++ b/app/theme/client/imports/general/base_old.css @@ -163,7 +163,8 @@ } .rc-old .alert { - margin-bottom: 20px; + margin: 1rem 0; + padding: 0.5rem; border-width: 1px; border-radius: var(--border-radius); diff --git a/packages/rocketchat-i18n/i18n/en.i18n.json b/packages/rocketchat-i18n/i18n/en.i18n.json index bed62609d62d..9636ed8cb82f 100644 --- a/packages/rocketchat-i18n/i18n/en.i18n.json +++ b/packages/rocketchat-i18n/i18n/en.i18n.json @@ -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",