Skip to content

Commit ac01d8b

Browse files
committed
doc: 调整文档
1 parent f089beb commit ac01d8b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/BootstrapBlazor.Server/Components/Samples/LayoutPages.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
<div class="page-layout-demo-option">
4545
<p>@Localizer["P24"]</p>
46-
<div>@Localizer["P25"] <code>Header</code> @Localizer["P26"]</div>
46+
<div>@Localizer["P25"] <code>Header</code> @((MarkupString)Localizer["P26"].Value)</div>
4747
</div>
4848

4949
<div class="page-layout-demo-option">

src/BootstrapBlazor.Server/Locales/en-US.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1418,7 +1418,7 @@
14181418
"P23": "fixed footer",
14191419
"P24": "Shrink adjustment",
14201420
"P25": "Please click",
1421-
"P26": "small green button in",
1421+
"P26": "small <b>button</b>",
14221422
"P27": "height adjustment",
14231423
"P28": "view height",
14241424
"P29": "Tab Test",

src/BootstrapBlazor.Server/Locales/zh-CN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1418,7 +1418,7 @@
14181418
"P23": "固定页脚",
14191419
"P24": "收缩调整",
14201420
"P25": "请点击",
1421-
"P26": "中的绿色小按钮",
1421+
"P26": "中的 <b>按钮</b>",
14221422
"P27": "高度调整",
14231423
"P28": "视图高度",
14241424
"P29": "Tab 测试",

0 commit comments

Comments
 (0)