Skip to content

Commit a4b79b9

Browse files
committed
Fix recurring nested-quote break in zh basic-paywall-screen
Re-translation reintroduced nested ASCII double quotes inside the ZoomImage alt attribute, again failing the Check MDX parse gate. Removed the inner quotes to match the quote-free English source.
1 parent 41aca5b commit a4b79b9

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)