minor fix in templates due to new Language class + other minor language fixes

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-05-21 17:29:14 +02:00
parent 309abc6150
commit 1de39ac39c
5 changed files with 28 additions and 18 deletions

View File

@@ -380,7 +380,6 @@ return [
],
'cronsettings' => 'Cronjob-Einstellungen',
'integritycheck' => 'Datenbankpr&uuml;fung',
'integrityid' => '#',
'integrityname' => 'Name',
'integrityresult' => 'Ergebnis',
'integrityfix' => 'Probleme automatisch beheben',

View File

@@ -384,7 +384,6 @@ return [
],
'cronsettings' => 'Cronjob settings',
'integritycheck' => 'Database validation',
'integrityid' => '#',
'integrityname' => 'Name',
'integrityresult' => 'Result',
'integrityfix' => 'Fix problems automatically',