remove html from 'delete custom attribute' lightbox
parent
6915a99346
commit
d12dac59c0
|
@ -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",
|
||||
|
|
|
@ -265,6 +265,7 @@
|
|||
.subtitle {
|
||||
@extend %large;
|
||||
@extend %title;
|
||||
white-space: pre-line;
|
||||
}
|
||||
.options {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue