Unverified Commit a7c78d2c authored by zxhlyh's avatar zxhlyh Committed by GitHub

fix: spark provider field name (#955)

parent 4db35fa3
...@@ -42,12 +42,12 @@ const config: ProviderConfig = { ...@@ -42,12 +42,12 @@ const config: ProviderConfig = {
key: 'app_id', key: 'app_id',
required: true, required: true,
label: { label: {
'en': 'API ID', 'en': 'APPID',
'zh-Hans': 'API ID', 'zh-Hans': 'APPID',
}, },
placeholder: { placeholder: {
'en': 'Enter your API ID here', 'en': 'Enter your APPID here',
'zh-Hans': '在此输入您的 API ID', 'zh-Hans': '在此输入您的 APPID',
}, },
}, },
{ {
...@@ -55,12 +55,12 @@ const config: ProviderConfig = { ...@@ -55,12 +55,12 @@ const config: ProviderConfig = {
key: 'api_secret', key: 'api_secret',
required: true, required: true,
label: { label: {
'en': 'API Secret', 'en': 'APISecret',
'zh-Hans': 'API Secret', 'zh-Hans': 'APISecret',
}, },
placeholder: { placeholder: {
'en': 'Enter your API Secret here', 'en': 'Enter your APISecret here',
'zh-Hans': '在此输入您的 API Secret', 'zh-Hans': '在此输入您的 APISecret',
}, },
}, },
{ {
...@@ -68,12 +68,12 @@ const config: ProviderConfig = { ...@@ -68,12 +68,12 @@ const config: ProviderConfig = {
key: 'api_key', key: 'api_key',
required: true, required: true,
label: { label: {
'en': 'API Key', 'en': 'APIKey',
'zh-Hans': 'API Key', 'zh-Hans': 'APIKey',
}, },
placeholder: { placeholder: {
'en': 'Enter your API key here', 'en': 'Enter your APIKey here',
'zh-Hans': '在此输入您的 API Key', 'zh-Hans': '在此输入您的 APIKey',
}, },
}, },
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment