Spellcheck and typo fixes

This commit is contained in:
Raphael Michel
2021-04-20 09:48:50 +02:00
parent c2de0ca9b0
commit 6064b14563
5 changed files with 16 additions and 1 deletions

View File

@@ -222,7 +222,7 @@ class LicenseCheckView(StaffMemberRequiredMixin, FormView):
res.append((
'warning', 'warning',
_('You need to make all your installed plugins freely available to every visitor '
'of your site in source code form under the same license terms as pretix (AGPLv3 + additional'
'of your site in source code form under the same license terms as pretix (AGPLv3 + additional '
'restrictions). Make sure to keep it up to date!')
))