Skip to content

Commit

Permalink
Merge pull request #2224 from nextcloud/rakekniven-patch-1
Browse files Browse the repository at this point in the history
fix(i18n): Fixed grammar
  • Loading branch information
Chartman123 authored Jun 26, 2024
2 parents a154980 + c0090bc commit 8c4a6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/OptionInputDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export default defineComponent({
return
}
// in case of only one option, just show an error message because it is probably missuse of the feature
showError(t('forms', 'Options should be seperated by new line!'))
showError(t('forms', 'Options should be separated by new line!'))
},
},
})
Expand Down

0 comments on commit 8c4a6b2

Please sign in to comment.