Merge pull request #817 from taigaio/issue/3666/remove-html-from-delete-custom-attribute

remove html from 'delete custom attribute' lightbox
stable
Xaviju 2016-01-12 10:36:12 +01:00
commit 217dd22743
2 changed files with 2 additions and 1 deletions

View File

@ -181,7 +181,7 @@
"SAVE": "Save Custom Field", "SAVE": "Save Custom Field",
"EDIT": "Edit Custom Field", "EDIT": "Edit Custom Field",
"DELETE": "Delete custom attribute", "DELETE": "Delete custom attribute",
"CONFIRM_DELETE": "Remeber that all values in this custom field will be deleted.</br> 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": { "FILTERS": {
"TITLE": "filters", "TITLE": "filters",

View File

@ -265,6 +265,7 @@
.subtitle { .subtitle {
@extend %large; @extend %large;
@extend %title; @extend %title;
white-space: pre-line;
} }
.options { .options {
display: flex; display: flex;