Skip to content

Commit 63a9b2b

Browse files
committed
Fix broken JSX attribute in zh translation
Auto-translation wrapped the UI term in nested ASCII double quotes inside a ZoomImage alt attribute, breaking MDX parsing and failing the Check MDX parse CI step. Removed the inner quotes to match the quote-free English source.
1 parent c9159d7 commit 63a9b2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/locales/zh/basic-paywall-screen.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ H1 标题位于屏幕顶部,紧靠关闭按钮。要让两者水平对齐,
129129
:::tip
130130
如果某个元素的位置偏高或偏低,或者想在任意位置增加间距,可以调整该元素的外边距(margin)和内边距(padding)。
131131
:::
132-
<ZoomImage id="basic-paywall-footer-links.webp" width="500px" alt="配置了"打开 URL"操作的页脚链接" />
132+
<ZoomImage id="basic-paywall-footer-links.webp" width="500px" alt="配置了打开 URL 操作的页脚链接" />
133133
## 后续步骤 \{#next-steps\}
134134

135135
- [保存并发布您的流程](builder-save-publish)

0 commit comments

Comments
 (0)