Commit 2dbc366d authored by GuanHua's avatar GuanHua

fix: 修复国际化问题

parent 5923ffab
......@@ -307,7 +307,7 @@ const ShopInfo: React.FC<ShopInfoPropsType> = (props) => {
return (
<PageHeaderWrapper>
<Prompt when={formIsHalfFilledOut} message={intl.formatMessage({ id: 'tip.save.confirm' })} />
<Prompt when={formIsHalfFilledOut} message={intl.formatMessage({ id: 'common.tip.save.confirm' })} />
<div className={styles.shop_info}>
<Form
form={form}
......
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