Merge pull request #817 from taigaio/issue/3666/remove-html-from-delete-custom-attribute
remove html from 'delete custom attribute' lightboxstable
commit
217dd22743
|
@ -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",
|
||||||
|
|
|
@ -265,6 +265,7 @@
|
||||||
.subtitle {
|
.subtitle {
|
||||||
@extend %large;
|
@extend %large;
|
||||||
@extend %title;
|
@extend %title;
|
||||||
|
white-space: pre-line;
|
||||||
}
|
}
|
||||||
.options {
|
.options {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in New Issue