[web] i18n: fix missing strong

(cherry picked from commit 9a92eae3e8)
This commit is contained in:
Yangshun 2025-04-09 08:59:01 +08:00
parent e520961184
commit ec0f919177
1 changed files with 5 additions and 0 deletions

View File

@ -129,6 +129,11 @@ export default function UserInterfaceCodingWorkspaceWriteup({
id="QrHNsv"
values={{
saveName: save.name,
strong: (chunk) => (
<Text color="inherit" weight="medium">
{chunk}
</Text>
),
}}
/>
</Text>