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 <[email protected]>
  • Loading branch information
szaimen committed Jan 12, 2024
1 parent 829572b commit 9d798b2
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 9d798b2

Please sign in to comment.