Skip to content

Commit

Permalink
fix update lang json
Browse files Browse the repository at this point in the history
  • Loading branch information
Manzadey committed Mar 17, 2023
1 parent a58d0c5 commit 048b24c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/lang/ru.json
Expand Up @@ -17,7 +17,7 @@
"Logs": "Логи",
"Path": "Путь",
"Date": "Дата",
"List of entries": "Список записей",
"List of messages": "Список сообщений",
"Environment": "Окружение",
"Type": "Тип",
"Message": "Сообщение",
Expand Down
2 changes: 1 addition & 1 deletion src/Screens/StorageLogShowScreen.php
Expand Up @@ -135,7 +135,7 @@ public function layout() : iterable
])->title(__('More')),

Layout::tabs([
__('List') => [
__('List of messages') => [
Layout::table('messages', [
TD::make('index', '#')
->sort()
Expand Down

0 comments on commit 048b24c

Please sign in to comment.