Commit 148b760c authored by 前端-许冠华's avatar 前端-许冠华

Merge branch 'v2-220418' into 'v2-220418'

docs: 修改翻译被引号包裹变成字符串的问题 See merge request linkseeks-design/pro-platform!410
parents fc7310bb ac382422
......@@ -323,7 +323,7 @@ const AddedFormLayout: React.FC<AddedFormLayoutProps> = (props: any) => {
</Form>
}
/>
<Prompt when={unsaved} message="{intl.formatMessage({id: 'dealAbility.ninhaiyouweibaocundenei'})}" />
<Prompt when={unsaved} message={intl.formatMessage({id: 'dealAbility.ninhaiyouweibaocundenei'})} />
</Fragment>
)
}
......
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