From 5fac2aa2ec1620ce878f04933578001436a790ef Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Sun, 26 Mar 2023 09:37:17 +0800 Subject: [PATCH] chore(problem/manage/data/configure): submit button text --- web/app/models/UOJProblemConfigure.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/models/UOJProblemConfigure.php b/web/app/models/UOJProblemConfigure.php index 6e42450..e39a5c3 100644 --- a/web/app/models/UOJProblemConfigure.php +++ b/web/app/models/UOJProblemConfigure.php @@ -198,6 +198,7 @@ class UOJProblemConfigure { $this->simple_form->succ_href = $this->href; $this->simple_form->config['form']['class'] = 'row gy-3'; $this->simple_form->config['submit_container']['class'] = 'col-12 text-center mt-3'; + $this->simple_form->config['submit_button']['text'] = '检验配置并同步数据'; $this->simple_form->config['back_button']['href'] = $this->href; $this->simple_form->config['back_button']['class'] = 'btn btn-secondary me-2';