Add message asking for manual refresh, when it stopped working

This commit is contained in:
Daniel Winzen
2016-11-27 19:34:04 +01:00
parent d405333419
commit db026ede18
4 changed files with 16 additions and 1 deletions

View File

@ -366,5 +366,6 @@ $T=[
'maxuploadsize' => 'Maximal hochgeladene Dateigröße in KB',
'maxsize' => 'Max %d KB',
'cssupdate' => 'Hinweis: Standard CSS ist jetzt hardcoded und kann aus der CSS Einstellung entfernt werden',
'manualrefresh' => 'Manuelles Neuladen erforderlich',
];
?>