This commit is contained in:
2021-05-03 17:29:15 +00:00
parent 835d3f6c63
commit daf6e5abb5

View File

@@ -427,7 +427,7 @@ async function initDataObject(vm) {
//set title including optional section prepended
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 {
objItem.title = vm.$ay.t(faf.tKey);
}