Skip to content

Commit 3f95c96

Browse files
authored
Fix error in maintenance mode key
The key had both swedish and english in it, fixed now.
1 parent 885a10d commit 3f95c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lang/sv/messages.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@
668668
'LOG_CHANNEL.description' => 'LOG_CHANNEL',
669669
'LOG_LEVEL.title' => 'LOG_LEVEL',
670670
'LOG_LEVEL.description' => 'LOG_LEVEL',
671-
'MAINTENANCE_MODE.title' => 'Aktivera UnderhållslägeEnable Maintenance Mode',
671+
'MAINTENANCE_MODE.title' => 'Aktivera Underhållsläge',
672672
'MAINTENANCE_MODE.description' => 'Visar att underhåll pågår på alla publika sidor. Detta inaktiverar även inloggningssidorna.',
673673
'MAIL_MAILER.title' => 'MAIL_MAILER',
674674
'MAIL_MAILER.description' => 'MAIL_MAILER',

0 commit comments

Comments
 (0)