From dfdb78657fd08bf9a5a5a2fa8a32fca6ec857ca1 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Wed, 10 Feb 2016 09:15:47 +0100 Subject: [PATCH] askChoice warning is bold by styles --- app/locales/taiga/locale-en.json | 2 +- app/styles/modules/common/lightbox.scss | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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 {