mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Cast all translations to strings.
This commit is contained in:
@@ -114,8 +114,8 @@ class FakeJobConfiguration implements JobConfigurationInterface
|
||||
{
|
||||
return [
|
||||
'rulesOptions' => [
|
||||
1 => trans('firefly.yes'),
|
||||
0 => trans('firefly.no'),
|
||||
1 => (string)trans('firefly.yes'),
|
||||
0 => (string)trans('firefly.no'),
|
||||
],
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user