Skip to content

Commit 8c4a6b2

Browse files
authored
Merge pull request #2224 from nextcloud/rakekniven-patch-1
fix(i18n): Fixed grammar
2 parents a154980 + c0090bc commit 8c4a6b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/OptionInputDialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export default defineComponent({
117117
return
118118
}
119119
// in case of only one option, just show an error message because it is probably missuse of the feature
120-
showError(t('forms', 'Options should be seperated by new line!'))
120+
showError(t('forms', 'Options should be separated by new line!'))
121121
},
122122
},
123123
})

0 commit comments

Comments
 (0)