diff --git a/src/yunohost/app.py b/src/yunohost/app.py index 8561e2667..70d21afb1 100644 --- a/src/yunohost/app.py +++ b/src/yunohost/app.py @@ -2204,7 +2204,7 @@ def _parse_action_args_in_yunohost_format(args, action_args, auth=None): # do not print for webadmin if arg_type == 'display_text' and msettings.get('interface') != 'api': - print(arg["text"]) + print(_value_for_locale(arg['ask'])) continue # Attempt to retrieve argument value