Skip to content

Commit 1accc12

Browse files
committed
Fix broken YAML frontmatter in zh translation
Auto-translation converted the single quotes around a UI label in the description into nested ASCII double quotes inside the double-quoted YAML value, breaking frontmatter parsing and failing the Astro content sync (build-en and all build-locale-full jobs). Mirrored the English source by using single quotes for the inner label.
1 parent 63a9b2b commit 1accc12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/locales/zh/show-plans-bottom-sheet.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "在底部弹出框中显示所有方案"
3-
description: "构建一个带有单一行动号召按钮、"显示所有方案"链接以及底部弹出框(展示完整产品列表)的主推付费墙。"
3+
description: "构建一个带有单一行动号召按钮、'显示所有方案'链接以及底部弹出框(展示完整产品列表)的主推付费墙。"
44
metadataTitle: "在底部弹出框中显示所有方案 | 流程编辑器 | Adapty 文档"
55
---
66

0 commit comments

Comments
 (0)