Fix typo (indefinite article in plural)

This commit is contained in:
Jose Riha 2022-06-12 22:53:24 +02:00
parent 98cfd0909b
commit 745aae208b

View file

@ -302,5 +302,5 @@ def _patch_legacy_helpers(app_folder):
if show_warning:
# And complain about those damn deprecated helpers
logger.error(
r"/!\ Packagers ! This app uses a very old deprecated helpers ... Yunohost automatically patched the helpers to use the new recommended practice, but please do consider fixing the upstream code right now ..."
r"/!\ Packagers ! This app uses very old deprecated helpers ... Yunohost automatically patched the helpers to use the new recommended practice, but please do consider fixing the upstream code right now ..."
)