Skip to content

Commit

Permalink
Fix: 修复默认语言是英语时,下载插件报错 (#350)
Browse files Browse the repository at this point in the history
Co-authored-by: Larry <[email protected]>
  • Loading branch information
51 and Larry authored Oct 5, 2024
1 parent 8d4450c commit e52b959
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions storage/languages/en/app-store.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@
* @contact [email protected]
* @license https://github.com/mineadmin/MineAdmin/blob/master/LICENSE
*/
return [
'access_token_null' => 'Access token not configured',
'store' => [
'response_fail' => 'Failed to request plugin server',
],
];

0 comments on commit e52b959

Please sign in to comment.