From 9d798b23a527ab3a83cb6a38c43b02103834adc8 Mon Sep 17 00:00:00 2001 From: Simon L Date: Fri, 12 Jan 2024 13:57:12 +0100 Subject: [PATCH] fix typo in translation on page3 Signed-off-by: Simon L --- src/components/Page3.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Page3.vue b/src/components/Page3.vue index af156b72..c362402a 100644 --- a/src/components/Page3.vue +++ b/src/components/Page3.vue @@ -60,7 +60,7 @@ export default { computed: { versionNumbrer() { - return t('firstrunwizard ', 'This Nextcloud is on version ') + OC.config.versionstring + return t('firstrunwizard', 'This Nextcloud is on version ') + OC.config.versionstring }, }, }