Skip to content

Commit 54fb00c

Browse files
authored
Copy change: Project steps to Project instructions (#1183)
closes RaspberryPiFoundation/digital-editor-issues#413
1 parent e072598 commit 54fb00c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
3131
- Made `INSTRUCTIONS.md` a reserved file name (#1160)
3232
- Clear the redux store when the component unmounts (#1169)
3333
- Login to save now logs in and automatically saves (#1162)
34+
- Instructions panel heading (#1183)
3435

3536
## [0.28.14] - 2025-01-06
3637

src/utils/i18n.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ i18n
219219
removeInstructions: "Remove instructions",
220220
nextStep: "Next step",
221221
previousStep: "Previous step",
222-
projectSteps: "Project steps",
222+
projectSteps: "Project instructions",
223223
edit: "Edit",
224224
view: "View",
225225
removeInstructionsModal: {
@@ -387,7 +387,7 @@ i18n
387387
information: "Information",
388388
information_text:
389389
"Our Code Editor is a tool to help young people learn to code. We have only included functions that are simple and safe to use. That's why, for example, links to other websites are not allowed.",
390-
instructions: "Project steps",
390+
instructions: "Project instructions",
391391
feedback: "Feedback",
392392
help: "Help",
393393
privacy: "Privacy",

0 commit comments

Comments
 (0)