fix: spark provider field name (#955)
This commit is contained in:
@@ -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',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -72,7 +72,7 @@ const config: ProviderConfig = {
|
|||||||
'zh-Hans': 'APIKey',
|
'zh-Hans': 'APIKey',
|
||||||
},
|
},
|
||||||
placeholder: {
|
placeholder: {
|
||||||
'en': 'Enter your API key here',
|
'en': 'Enter your APIKey here',
|
||||||
'zh-Hans': '在此输入您的 APIKey',
|
'zh-Hans': '在此输入您的 APIKey',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user