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 }, }, }