From 835d3f6c637aef199bd1c9cd83b6a87b57d2a925 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 3 May 2021 17:23:38 +0000 Subject: [PATCH] --- ayanova/src/views/ay-customize.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ayanova/src/views/ay-customize.vue b/ayanova/src/views/ay-customize.vue index b89c5adf..532c8e58 100644 --- a/ayanova/src/views/ay-customize.vue +++ b/ayanova/src/views/ay-customize.vue @@ -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); }