* zin: modify the lang of thinkstepbase widget.

This commit is contained in:
wangzemei
2024-05-28 17:07:55 +08:00
parent b5a2f55b4b
commit de7367ee3d
+1 -1
View File
@@ -143,7 +143,7 @@ class thinkStepBase extends wg
{
global $lang;
$actions = array(array(
'text' => $lang->thinkmodel->save,
'text' => $lang->save,
'btnType' => 'submit',
'class' => 'primary h-7 ring-0 submit-btn px-4',
'style' => array('min-width' => '0')