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;