chore: update settings prompt

This commit is contained in:
JustSong
2022-12-09 13:11:11 +08:00
parent 1231e3e734
commit eb0f4d666b
+2 -2
View File
@@ -465,13 +465,13 @@ const PushSetting = () => {
</Header>
<Form.Group widths={2}>
<Form.Input
label='服务器连接密钥'
label='客户端连接密钥'
name='client_secret'
type='password'
onChange={handleInputChange}
autoComplete='off'
value={inputs.client_secret}
placeholder='在此设置服务器连接密钥'
placeholder='在此设置客户端连接密钥'
/>
</Form.Group>
<Button onClick={() => submit('client')} loading={loading}>