Sfoglia il codice sorgente

chore: update settings prompt

JustSong 2 anni fa
parent
commit
eb0f4d666b
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      web/src/components/PushSetting.js

+ 2 - 2
web/src/components/PushSetting.js

@@ -465,13 +465,13 @@ const PushSetting = () => {
           </Header>
           </Header>
           <Form.Group widths={2}>
           <Form.Group widths={2}>
             <Form.Input
             <Form.Input
-              label='服务器连接密钥'
+              label='客户端连接密钥'
               name='client_secret'
               name='client_secret'
               type='password'
               type='password'
               onChange={handleInputChange}
               onChange={handleInputChange}
               autoComplete='off'
               autoComplete='off'
               value={inputs.client_secret}
               value={inputs.client_secret}
-              placeholder='在此设置服务器连接密钥'
+              placeholder='在此设置客户端连接密钥'
             />
             />
           </Form.Group>
           </Form.Group>
           <Button onClick={() => submit('client')} loading={loading}>
           <Button onClick={() => submit('client')} loading={loading}>