Skip to content

Commit

Permalink
fix typo in translation on page3
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <szaimen@e.mail.de>
  • Loading branch information
szaimen authored and backportbot-nextcloud[bot] committed Jan 12, 2024
1 parent 8b264e1 commit 04cfbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Page3.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
},
}
Expand Down

0 comments on commit 04cfbaf

Please sign in to comment.