Fix gettext formatting issues

This commit is contained in:
Raphael Michel
2022-04-12 10:53:03 +02:00
parent f46de92303
commit 3e8e454e92
35 changed files with 37 additions and 37 deletions

View File

@@ -566,7 +566,7 @@ class ItemUpdateForm(I18nModelForm):
if d['tax_rule'] and d['tax_rule'].rate > 0:
self.add_error(
'tax_rule',
_("Gift card products should use a tax rule with a rate of 0% since sales tax will be applied when the gift card is redeemed.")
_("Gift card products should use a tax rule with a rate of 0 percent since sales tax will be applied when the gift card is redeemed.")
)
if d['admission']:
self.add_error(