mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Import routine cleanup.
This commit is contained in:
@@ -41,7 +41,7 @@ class Budgets implements MapperInterface
|
||||
}
|
||||
asort($list);
|
||||
|
||||
$list = [0 => trans('csv.do_not_map')] + $list;
|
||||
$list = [0 => trans('csv.map_do_not_map')] + $list;
|
||||
|
||||
return $list;
|
||||
|
||||
|
Reference in New Issue
Block a user