update cms

This commit is contained in:
JaguarJack
2021-05-24 18:25:33 +08:00
parent 034705bb3d
commit 3bad548d10
4 changed files with 60 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ class SiteLink extends CatchTable
Actions::create()
])
->withSearch([
Search::label('网站标题')->input('title', '请输入网站标题')
Search::label('网站标题')->input('title', '请输入标题')
])
->withBind()
->withDialogWidth('40%')