mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-03 11:25:18 +00:00
Ref #4567
This commit is contained in:
@@ -184,6 +184,7 @@ class PreferencesController extends Controller
|
|||||||
app('preferences')->set('language', $lang);
|
app('preferences')->set('language', $lang);
|
||||||
}
|
}
|
||||||
if ($currentLang->data !== $lang) {
|
if ($currentLang->data !== $lang) {
|
||||||
|
// this string is untranslated on purpose.
|
||||||
session()->flash('info', 'All translations are supplied by volunteers. There might be errors and mistakes. I appreciate your feedback.');
|
session()->flash('info', 'All translations are supplied by volunteers. There might be errors and mistakes. I appreciate your feedback.');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user