diff --git a/lessons/00-welcome.json b/lessons/00-welcome.json
index d71acdd..25bc4dc 100644
--- a/lessons/00-welcome.json
+++ b/lessons/00-welcome.json
@@ -9,7 +9,7 @@
"lessons": [
{
"id": "hello",
- "title": "Hello!",
+ "title": "Getting started!",
"description": "Welcome to Code Crispies! Learn CSS and HTML through hands-on exercises.
How it works:
1. Read the task on the left
2. Write code in the editor
3. See live results in the preview
Tips: Use Ctrl+Z to undo. Open the menu (☰) to browse all modules.",
"task": "Write Hello World to get started",
"previewHTML": "",
diff --git a/lessons/98-playground.json b/lessons/98-playground.json
index 91f4829..606447e 100644
--- a/lessons/98-playground.json
+++ b/lessons/98-playground.json
@@ -1,7 +1,7 @@
{
"$schema": "../schemas/code-crispies-module-schema.json",
"id": "playground",
- "title": "Playground",
+ "title": "HTML & CSS Editor",
"description": "Experiment freely with HTML and CSS",
"mode": "playground",
"difficulty": "beginner",
@@ -9,7 +9,7 @@
"lessons": [
{
"id": "sandbox",
- "title": "Free Coding",
+ "title": "Editor",
"mode": "playground",
"description": "",
"task": "",