Commit 5bc7c901 by E. Kolpakov

[TNL-6032] Added "droppable" label as default zone SR descritpion.

parent 817febef
......@@ -227,7 +227,7 @@ function DragAndDropTemplates(configuration) {
},
[
h('p', { className: className }, zone.title),
h('p', { className: 'zone-description sr' }, zone.description),
h('p', { className: 'zone-description sr' }, zone.description || gettext("droppable")),
h(item_wrapper, renderCollection(itemTemplate, items_in_zone, ctx)),
zone_description
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment