Merge pull request #1470 from jose1711/typofix

Fix typo (indefinite article in plural)
This commit is contained in:
Alexandre Aubin 2022-06-21 23:30:45 +02:00 committed by GitHub
commit 8895aee7a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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..."
)