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",
|
||||
"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