You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/nls/root/strings.js
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2318,10 +2318,13 @@ define({
2318
2318
"DEMO_SECTION2_SUBTITLE": "Double-click to edit the text below and add your name",
2319
2319
"DEMO_EDITABLE_PLACEHOLDER_HELLO": "Hello ___",
2320
2320
"DEMO_SECTION2_SUCCESS_MESSAGE": "Your edit updated the code — undo with <span id=\"undo-shortcut\"></span>, redo with <span id=\"redo-shortcut\"></span>.",
2321
+
"DEMO_SECTION2_TAG_HINT": "Click the text to select it — you'll see element controls appear above. Find the tag name <strong>span</strong> and change it to <strong>div</strong>.",
2322
+
"DEMO_SECTION2_TAG_SUCCESS": "You changed the element's tag! You can also edit classes, IDs, and attributes this way.",
2321
2323
"DEMO_HINT_COMPLETE_TASK_LABEL": "To complete this task:",
2322
2324
"DEMO_SECTION2_HINT_STEP1": "Double-click on the \"Hello ___\" text",
2323
2325
"DEMO_SECTION2_HINT_STEP2": "Replace the underscores with your name",
2324
2326
"DEMO_SECTION2_HINT_STEP3": "Press Enter or click outside to apply your changes",
2327
+
"DEMO_SECTION2_HINT_STEP4": "Click the text to select it — in the element controls above, change the <strong>span</strong> tag to <strong>div</strong>",
2325
2328
2326
2329
"DEMO_SECTION3_TITLE": "Change images live",
2327
2330
"DEMO_SECTION3_SUBTITLE": "Click the image below to replace it with one you like from the Image Library.",
@@ -2357,6 +2360,8 @@ define({
2357
2360
"DEMO_SECTION6_SUBTITLE": "Select the <img src=\"images/link.svg\" alt=\"Link\" class=\"inline-icon\"> icon in the toolbar to change where this link points.",
2358
2361
"DEMO_LINK_EDIT_LINK": "Edit Link",
2359
2362
"DEMO_SECTION6_SUCCESS_MESSAGE": "You edited a link.",
2363
+
"DEMO_SECTION6_INSERT_HINT": "Now click <img src=\"images/insertElement.svg\" alt=\"Insert\" class=\"inline-icon\"> <strong>Insert Element</strong> in the toolbar and add an <strong>h3</strong> heading.",
2364
+
"DEMO_SECTION6_INSERT_SUCCESS": "You inserted a new element! You can add any HTML element to your page this way.",
2360
2365
"DEMO_MODE_EXPLANATION_TITLE": "Edit mode vs Preview mode",
2361
2366
"DEMO_EDIT_MODE_LABEL": "Edit mode",
2362
2367
"DEMO_EDIT_MODE_DESCRIPTION": "Select and change things on the page",
@@ -2367,6 +2372,7 @@ define({
2367
2372
"DEMO_SECTION6_TIP1": "Click any link to select it for editing",
2368
2373
"DEMO_SECTION6_TIP2_NEWTAB": "Enable <strong>Open in new tab</strong> to open links on a separate page",
2369
2374
"DEMO_SECTION6_TIP3_PREVIEW": "Switch to Preview mode (<strong>F8</strong>) to test links and interactions",
2375
+
"DEMO_SECTION6_TIP4_INSERT": "Use the <img src=\"images/insertElement.svg\" alt=\"Insert\" class=\"inline-icon\"> <strong>Insert Element</strong> tool in the toolbar to add HTML elements to your page",
2370
2376
2371
2377
"DEMO_COMPLETION_TITLE": "You're ready to build!",
2372
2378
"DEMO_COMPLETION_BODY": "You've learned how to edit with Live Preview.<br>Open a folder with your HTML files to start editing.",
0 commit comments