mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-11 23:19:05 +00:00
Translation rework!!
This commit is contained in:
@@ -76,7 +76,7 @@ class AdminController extends Controller
|
||||
$obj->save();
|
||||
}
|
||||
|
||||
return Response::json(['status' => 'success', 'message' => '生成成功']);
|
||||
return Response::json(['status' => 'success', 'message' => trans('common.generate_item', ['attribute' => trans('common.success')])]);
|
||||
}
|
||||
|
||||
// 导出邀请码
|
||||
|
||||
Reference in New Issue
Block a user