Unverified Commit 7c66d3c7 authored by seewhy's avatar seewhy Committed by GitHub

feat: Optimize the description for Azure deployment name (#1091)

parent cc9edfff
...@@ -51,8 +51,8 @@ const config: ProviderConfig = { ...@@ -51,8 +51,8 @@ const config: ProviderConfig = {
'zh-Hans': '部署名称', 'zh-Hans': '部署名称',
}, },
placeholder: { placeholder: {
'en': 'Enter your Deployment Name here', 'en': 'Enter your Deployment Name here, matching the Azure deployment name.',
'zh-Hans': '在此输入您的部署名称', 'zh-Hans': '在此输入您的部署名称,需要与 Azure 的部署名称匹配',
}, },
}, },
{ {
......
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