Fix typo check

This commit is contained in:
Raphael Michel
2021-08-27 16:05:40 +02:00
parent 40c2b774aa
commit 36a045020f
33 changed files with 33 additions and 31 deletions

View File

@@ -1424,7 +1424,7 @@ class ItemDelete(EventPermissionRequiredMixin, DeleteView):
})
messages.error(self.request, _('The product could not be deleted as some constraints (e.g. data created by '
'plug-ins) did not allow it. Deleting it could break reporting or other '
'functionality, so the procut has been disabled instead.'))
'functionality, so the product has been disabled instead.'))
else:
messages.success(request, _('The selected product has been deleted.'))
return HttpResponseRedirect(success_url)