Fixing tag description
This commit is contained in:
parent
1d7802749e
commit
b02ec434f5
@ -166,7 +166,8 @@ class Translator {
|
|||||||
tagItems.push({
|
tagItems.push({
|
||||||
class: tagItem.class || 'default',
|
class: tagItem.class || 'default',
|
||||||
order: tagItem.order || Number.MAX_SAFE_INTEGER,
|
order: tagItem.order || Number.MAX_SAFE_INTEGER,
|
||||||
name: tag
|
desc: tagItem.desc,
|
||||||
|
name: tag
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (tag === 'P') {
|
if (tag === 'P') {
|
||||||
|
Loading…
Reference in New Issue
Block a user