mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 06:31:22 +00:00
Can configure file upload in file imports.
This commit is contained in:
@@ -41,7 +41,7 @@ class AbnAmroDescription implements SpecificInterface
|
||||
*/
|
||||
public static function getDescription(): string
|
||||
{
|
||||
return 'Fixes possible problems with ABN Amro descriptions.';
|
||||
return 'import.specific_abn_descr';
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -50,7 +50,7 @@ class AbnAmroDescription implements SpecificInterface
|
||||
*/
|
||||
public static function getName(): string
|
||||
{
|
||||
return 'ABN Amro description';
|
||||
return 'import.specific_abn_name';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user