mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 23:41:10 +00:00
Can configure file upload in file imports.
This commit is contained in:
@@ -33,7 +33,7 @@ class PresidentsChoice implements SpecificInterface
|
||||
*/
|
||||
public static function getDescription(): string
|
||||
{
|
||||
return 'Fixes problems with files from Presidents Choice Financial.';
|
||||
return 'import.specific_pres_descr';
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -42,7 +42,7 @@ class PresidentsChoice implements SpecificInterface
|
||||
*/
|
||||
public static function getName(): string
|
||||
{
|
||||
return 'Presidents "Choice"';
|
||||
return 'import.specific_pres_name';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user