mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 00:34:44 +02:00
Fix missing space in OAuth
modal (#1078)
This commit is contained in:
parent
4e694b50ca
commit
fd6e7eb314
@ -521,7 +521,7 @@ class Settings extends Page implements HasForms
|
|||||||
->label(trans('admin/setting.oauth.enable'))
|
->label(trans('admin/setting.oauth.enable'))
|
||||||
->color('success')
|
->color('success')
|
||||||
->steps($oauthProvider->getSetupSteps())
|
->steps($oauthProvider->getSetupSteps())
|
||||||
->modalHeading(trans('admin/setting.oauth.enable') . $name)
|
->modalHeading(trans('admin/setting.oauth.enable') . ' ' . $name)
|
||||||
->modalSubmitActionLabel(trans('admin/setting.oauth.enable'))
|
->modalSubmitActionLabel(trans('admin/setting.oauth.enable'))
|
||||||
->modalCancelAction(false)
|
->modalCancelAction(false)
|
||||||
->action(function ($data, Set $set) use ($id) {
|
->action(function ($data, Set $set) use ($id) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user