notification mobile fix

This commit is contained in:
Čarodej
2022-03-21 09:38:15 +01:00
parent b043878eed
commit 1d144d6c9e
9 changed files with 82 additions and 76 deletions

View File

@@ -760,7 +760,7 @@ return [
'notification_center' => 'Notification Center',
'clear_all' => 'Clear all',
'not_any_notifications' => "There aren't any notifications.",
'unread' => 'unread',
'unread' => 'Unread',
'read' => 'Read',
'notifications' => 'Notifications',
'options' => 'Options',

View File

@@ -1,7 +1,7 @@
<?php
return [
'version' => '2.0.0',
'version' => '2.0.1',
'is_demo' => env('APP_DEMO', false),