From d12dac59c06c44490adf0dea119813b3ba92d5e9 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Tue, 12 Jan 2016 10:12:55 +0100 Subject: [PATCH] remove html from 'delete custom attribute' lightbox --- app/locales/taiga/locale-en.json | 2 +- app/styles/modules/common/lightbox.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/locales/taiga/locale-en.json b/app/locales/taiga/locale-en.json index 9bc7d330..16f9cc1a 100644 --- a/app/locales/taiga/locale-en.json +++ b/app/locales/taiga/locale-en.json @@ -181,7 +181,7 @@ "SAVE": "Save Custom Field", "EDIT": "Edit Custom Field", "DELETE": "Delete custom attribute", - "CONFIRM_DELETE": "Remeber that all values in this custom field will be deleted.
Are you sure you want to continue?" + "CONFIRM_DELETE": "Remeber that all values in this custom field will be deleted.\n Are you sure you want to continue?" }, "FILTERS": { "TITLE": "filters", diff --git a/app/styles/modules/common/lightbox.scss b/app/styles/modules/common/lightbox.scss index ee9635ed..7f57453c 100644 --- a/app/styles/modules/common/lightbox.scss +++ b/app/styles/modules/common/lightbox.scss @@ -265,6 +265,7 @@ .subtitle { @extend %large; @extend %title; + white-space: pre-line; } .options { display: flex;