mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
Can configure file upload in file imports.
This commit is contained in:
@@ -43,7 +43,7 @@ class IngDescription implements SpecificInterface
|
||||
*/
|
||||
public static function getDescription(): string
|
||||
{
|
||||
return 'Create better descriptions in ING import files.';
|
||||
return 'import.specific_ing_descr';
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -52,7 +52,7 @@ class IngDescription implements SpecificInterface
|
||||
*/
|
||||
public static function getName(): string
|
||||
{
|
||||
return 'ING description';
|
||||
return 'import.specific_ing_name';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user