remove html from 'delete custom attribute' lightbox

stable
Juanfran 2016-01-12 10:12:55 +01:00
parent 6915a99346
commit d12dac59c0
2 changed files with 2 additions and 1 deletions

View File

@ -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.</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": {
"TITLE": "filters",

View File

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