mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #1470 from jose1711/typofix
Fix typo (indefinite article in plural)
This commit is contained in:
commit
8895aee7a3
1 changed files with 1 additions and 1 deletions
|
@ -302,5 +302,5 @@ def _patch_legacy_helpers(app_folder):
|
||||||
if show_warning:
|
if show_warning:
|
||||||
# And complain about those damn deprecated helpers
|
# And complain about those damn deprecated helpers
|
||||||
logger.error(
|
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..."
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue