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 @@ $I=[
'maxuploadsize' => 'Maximum upload size in KB',
'maxsize' => 'Max %d KB',
'cssupdate' => 'Note: Default CSS is now hardcoded and can be removed from the CSS setting',
'manualrefresh' => 'Manual refresh required',
];
?>