diff --git a/app/locales/taiga/locale-en.json b/app/locales/taiga/locale-en.json index f3d15c67..b1de8fc8 100644 --- a/app/locales/taiga/locale-en.json +++ b/app/locales/taiga/locale-en.json @@ -543,7 +543,7 @@ "COUNT_MEMBERS": "{{ role.members_count }} members with this role", "TITLE_DELETE_ROLE": "Delete Role", "REPLACEMENT_ROLE": "All the users with this role will be moved to", - "WARNING_DELETE_ROLE": "Be careful, all role estimations will be removed", + "WARNING_DELETE_ROLE": "Be careful, all role estimations will be removed", "ERROR_DELETE_ALL": "You can't delete all values", "EXTERNAL_USER": "External user" }, diff --git a/app/styles/modules/common/lightbox.scss b/app/styles/modules/common/lightbox.scss index 01347548..02d808fe 100644 --- a/app/styles/modules/common/lightbox.scss +++ b/app/styles/modules/common/lightbox.scss @@ -319,6 +319,9 @@ } } } + .warning { + @extend %bold; + } } .lightbox-delete-account {