This commit is contained in:
James Cole
2021-03-31 06:08:02 +02:00
parent bc6a2c2cca
commit 4f2ab72567

View File

@@ -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.');
} }