diff --git a/src/views/ideas/ideas.scss b/src/views/ideas/ideas.scss
index 6486ec1b3cc..5b184468d93 100644
--- a/src/views/ideas/ideas.scss
+++ b/src/views/ideas/ideas.scss
@@ -53,7 +53,6 @@ $base-bg: $ui-white;
.physical-idea {
display: flex;
- flex-direction: row;
gap: 1.5rem;
text-align: start;
@@ -129,7 +128,6 @@ $base-bg: $ui-white;
.tips-button {
display: flex;
- flex-direction: row;
justify-content: center;
align-items: center;
gap: 0.5rem;
diff --git a/src/views/ideas/l10n.json b/src/views/ideas/l10n.json
index af9a4588993..53a4faffa24 100644
--- a/src/views/ideas/l10n.json
+++ b/src/views/ideas/l10n.json
@@ -2,16 +2,11 @@
"ideas.headerMessage": "What will you create?",
"ideas.headerImageDescription": "Outlandish creations from pixelated unicorns to drumbeat waveforms to levitating tacos to buckets of rainbows.",
"ideas.headerButtonMessage": "Choose a tutorial",
- "ideas.gettingStartedTitle": "Getting Started",
- "ideas.gettingStartedText": "New to Scratch? Try the Getting Started tutorial.",
"ideas.startHereText": "New to Scratch? Stay here!",
"ideas.gettingStartedButtonText": "Try Getting Started Tutorial",
"ideas.seeTutorialsLibraryButtonText": "See Tutorials Library",
"ideas.gettingStartedImageDescription": "An illustrated boy plants his flag on top of a freshly painted mountaintop.",
"ideas.seeTutorialsLibraryImageDescription": "An illustration of three tutorial thumbnails.",
- "ideas.tryIt": "Try it!",
- "ideas.activityGuidesTitle": "Activity Guides",
- "ideas.activityGuidesText": "What do you want to make with Scratch? For each activity, you can try the Tutorial, download a set of Coding Cards, or view the Educator Guide.",
"ideas.animateANameTitle": "Animate a Name",
"ideas.animateANameDescription": "Animate the letters of your name, initials, or favorite word.",
"ideas.animateANameImageDescription": "The name ANYA in all caps and blocked letters is poised to wiggle",
@@ -30,12 +25,7 @@
"ideas.videoSensingTitle": "Video Sensing",
"ideas.videoSensingDescription": "Interact with a project using the Video Sensing extension.",
"ideas.videoSensingImageDescription": "A virtual hand dodges a spurt of flame in an attempt to pet a dragon.",
- "ideas.seeAllTutorials": "See All Tutorials",
- "ideas.cardsTitle": "Get the Entire Collection of Coding Cards",
- "ideas.cardsText": "With the Scratch Coding Cards, you can learn to create interactive games, stories, music, animations, and more!",
"ideas.cardsIllustrationDescription": "An assortment of fun, animated characters and objects leap out of a stack of cards.",
- "ideas.starterProjectsTitle": "Starter Projects",
- "ideas.starterProjectsText": "You can play with Starter Projects and remix them to make your own creations.",
"ideas.starterProjectsImageDescription": "An illustration of the Scratch Code Editor.",
"ideas.starterProjectsButton": "Explore Starter Projects",
"ideas.tryTheTutorial": "Try the tutorial",
@@ -47,31 +37,16 @@
"ideas.makeyMakeyHeader": "Have a MakeyMakey?",
"ideas.makeyMakeyBody": "Turn anything into a key that connects with your Scratch project!",
"ideas.desktopEditorHeader": "Scratch App Download",
- "ideas.desktopEditorBody": "To create projects without an Internet connection, you can download the Scratch app.",
"ideas.desktopEditorBodyHTML": "To create projects without an Internet connection, you can download the Scratch app.",
"ideas.questionsHeader": "Questions",
- "ideas.questionsBody": "Have more questions? See the Frequently Asked Questions or visit the Help with Scripts Forum.",
"ideas.questionsBodyHTML": "Have more questions? See the Frequently Asked Questions or visit the Help with Scripts Forum.",
- "ideas.cardsPurchase": "Purchase Printed Set",
"ideas.MakeItFlyTitle": "Make It Fly",
"ideas.MakeItFlyDescription": "Choose any character and make it fly!",
"ideas.MakeItFlyImageDescription": "The scratch cat flies over the skyline. Alongside a flying taco.",
- "ideas.RaceTitle": "Race to the Finish",
- "ideas.RaceDescription": "Make a game where two characters race each other.",
- "ideas.HideAndSeekTitle": "Hide and Seek",
- "ideas.HideAndSeekDescription": "Make a hide-and-seek game with characters that appear and disappear.",
- "ideas.FashionTitle": "Fashion Game",
- "ideas.FashionDescription": "Make a game where you dress a character with different clothes and styles.",
"ideas.PongTitle": "Pong Game",
"ideas.PongDescription": "Make a bouncing ball game with sounds, points, and other effects.",
"ideas.PongImageDescription": "A ball bounces off a digital paddle.",
"ideas.ImagineTitle": "Imagine a World",
"ideas.ImagineDescription": "Imagine a world where anything is possible.",
- "ideas.ImagineImageDescription": "A girl stands proudly in front of a thought bubble as big as the Earth and as intricate as butterfly wings.",
- "ideas.DanceTitle": "Let's Dance",
- "ideas.DanceDescription": "Design an animated dance scene with music and dance moves.",
- "ideas.CatchTitle": "Catch Game",
- "ideas.CatchDescription": "Make a game where you catch things falling from the sky.",
- "ideas.VirtualPetTitle": "Virtual Pet",
- "ideas.VirtualPetDescription": "Create an interactive pet that can eat, drink, and play."
+ "ideas.ImagineImageDescription": "A girl stands proudly in front of a thought bubble as big as the Earth and as intricate as butterfly wings."
}