mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
notification mobile fix
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'version' => '2.0.0',
|
||||
'version' => '2.0.1',
|
||||
|
||||
'is_demo' => env('APP_DEMO', false),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user