From 3fea02ccf032ca13d1affb4f928fdc392ed17d3b Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Thu, 8 Jun 2023 16:06:53 +0200 Subject: [PATCH] account_statement_import_file: fix string --- .../wizard/account_statement_import.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/account_statement_import_file/wizard/account_statement_import.py b/account_statement_import_file/wizard/account_statement_import.py index 9b3f1982..5263ec1f 100644 --- a/account_statement_import_file/wizard/account_statement_import.py +++ b/account_statement_import_file/wizard/account_statement_import.py @@ -18,8 +18,7 @@ class AccountStatementImport(models.TransientModel): statement_file = fields.Binary( required=True, - help="Get you bank statements in electronic format from your bank " - "and select them here.", + help="Download bank statement files from your bank and upload them here.", ) statement_filename = fields.Char()