Skip to content

Commit 8ea615e

Browse files
committed
chore(strings): point the mode-switch hint at the new pencil toggle
Onboarding section 6's mode-switch hint used to embed the playButton.svg with alt="Play". The live-preview toolbar now surfaces a single pencil edit toggle instead of the play-styled preview button, so update DEMO_MODE_SWITCH_HINT to inline <i class="fa-solid fa-pencil"> inside the existing .play-button-hint chip, and change "buttons" to "button" since there's only one toggle now. Only root/strings.js is edited — other locales auto-translate via CI.
1 parent f5244eb commit 8ea615e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nls/root/strings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2358,7 +2358,7 @@ define({
23582358
"DEMO_EDIT_MODE_DESCRIPTION": "Select and change things on the page",
23592359
"DEMO_PREVIEW_MODE_LABEL": "Preview mode",
23602360
"DEMO_PREVIEW_MODE_DESCRIPTION": "See your page as visitors will see it",
2361-
"DEMO_MODE_SWITCH_HINT": "Press <strong>F8</strong> or click the <span class=\"play-button-hint\"><img src=\"images/playButton.svg\" alt=\"Play\" class=\"play-hint-svg svg-gold\"></span> buttons to switch modes.",
2361+
"DEMO_MODE_SWITCH_HINT": "Press <strong>F8</strong> or click the <span class=\"play-button-hint\"><i class=\"fa-solid fa-pencil\"></i></span> button to switch modes.",
23622362
"DEMO_TIPS_LABEL": "Tips:",
23632363
"DEMO_SECTION6_TIP1": "Click any link to select it for editing",
23642364
"DEMO_SECTION6_TIP2_NEWTAB": "Enable <strong>Open in new tab</strong> to open links on a separate page",

0 commit comments

Comments
 (0)