This commit is contained in:
@@ -427,7 +427,7 @@ async function initDataObject(vm) {
|
|||||||
|
|
||||||
//set title including optional section prepended
|
//set title including optional section prepended
|
||||||
if (faf.tKeySection != null) {
|
if (faf.tKeySection != null) {
|
||||||
objItem.title = vm.$ay.t(faf.tKeySection) + "-" + vm.$ay.t(faf.tKey);
|
objItem.title = vm.$ay.t(faf.tKeySection) + "." + vm.$ay.t(faf.tKey);
|
||||||
} else {
|
} else {
|
||||||
objItem.title = vm.$ay.t(faf.tKey);
|
objItem.title = vm.$ay.t(faf.tKey);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user