Update conststr.php

This commit is contained in:
qkqpttgf 2020-03-19 23:12:27 +08:00 committed by GitHub
parent 385b5e2c1c
commit 022088f558
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -696,6 +696,10 @@ $constStr = [
'en-us' => 'Success',
'zh-cn' => '成功',
],
'SetAdminPassword' => [
'en-us' => 'Set Admin Password',
'zh-cn' => '设置管理密码',
],
'Refresh' => [
'en-us' => 'Refresh',
'zh-cn' => '刷新',