Skip to content

Commit a7ddea3

Browse files
author
Andrey Helldar
committed
Fixed clear routes translation
1 parent dbe009f commit a7ddea3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

resources/lang/en/info.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
'action' => 'Action',
55
'all' => 'All',
66
'api' => 'Api',
7+
'cleaningRoutes' => 'Clear route cache',
78
'deprecated' => 'Deprecated',
89
'domain' => 'Domain',
910
'itemsPerPageAllText' => 'All',

resources/lang/ru/info.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
'action' => 'Экшены',
55
'all' => 'Все',
66
'api' => 'Api',
7+
'cleaningRoutes' => 'Очистить кэш роутов',
78
'deprecated' => 'Устаревшие',
89
'domain' => 'Домен',
910
'itemsPerPageAllText' => 'Все',

0 commit comments

Comments
 (0)