Skip to content

Commit

Permalink
[IMP] account_statement_import_file: change label for file_import_oca…
Browse files Browse the repository at this point in the history
… to 'OCA Import'
  • Loading branch information
rrebollo committed Dec 17, 2024
1 parent e383389 commit b8f4588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_statement_import_file/models/account_journal.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __get_bank_statements_available_sources(self):
formats_list.sort()
import_formats_str = ", ".join(formats_list)
rslt.insert(
0, ("file_import_oca", _("Import") + "(" + import_formats_str + ")")
0, ("file_import_oca", _("OCA Import") + "(" + import_formats_str + ")")
)
return rslt

Expand Down

0 comments on commit b8f4588

Please sign in to comment.