Skip to content

Commit 1b2e5eb

Browse files
remove beta modals and copy
1 parent 9a130ce commit 1b2e5eb

File tree

5 files changed

+0
-252
lines changed

5 files changed

+0
-252
lines changed

src/components/BetaBanner/BetaBanner.jsx

Lines changed: 0 additions & 81 deletions
This file was deleted.

src/components/BetaBanner/BetaBanner.test.js

Lines changed: 0 additions & 47 deletions
This file was deleted.

src/components/Modals/BetaModal.jsx

Lines changed: 0 additions & 39 deletions
This file was deleted.

src/components/Modals/BetaModal.test.js

Lines changed: 0 additions & 48 deletions
This file was deleted.

src/utils/i18n.js

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -121,22 +121,6 @@ i18n
121121
},
122122
},
123123
},
124-
betaBanner: {
125-
buttonLabel: "close",
126-
buttonTitle: "close",
127-
message: "The Code Editor is in",
128-
feedbackText: "Give us your",
129-
feedback: "feedback",
130-
feedbackImprove: "to help us improve.",
131-
modal: {
132-
close: "Close",
133-
heading: "Code Editor is in beta",
134-
meaningHeading: "What does beta mean?",
135-
meaningText:
136-
"Beta means that we are not quite finished yet, and some things might not look or work as well as we’d like. However, it also means you are one of the first people to use our new Code Editor!",
137-
},
138-
modalLink: "beta",
139-
},
140124
editorPanel: {
141125
ariaLabel: "editor text input",
142126
viewOnly: "View only",
@@ -187,16 +171,6 @@ i18n
187171
"Download your project files so you can use them offline and in a different code editor.",
188172
downloadButton: "Download project",
189173
},
190-
landingPage: {
191-
title: "Code Editor",
192-
subtitle: "Start coding, no setup required!",
193-
python: "Start coding Python",
194-
html: "Start coding HTML/CSS",
195-
login: "Log in",
196-
start: "Not sure where to start?",
197-
projectPython: "Python path",
198-
projectHtml: "Web path",
199-
},
200174
footer: {
201175
accessibility: "Accessibility",
202176
charityNameAndNumber:
@@ -205,17 +179,6 @@ i18n
205179
privacy: "Privacy",
206180
safeguarding: "Safeguarding",
207181
},
208-
globalNav: {
209-
accountMenu: {
210-
login: "Log in",
211-
logout: "Log out",
212-
profile: "My profile",
213-
projects: "My projects",
214-
},
215-
accountMenuDefaultAltText: "Account menu",
216-
accountMenuProfileAltText: "{{name}}'s account",
217-
raspberryPiLogoAltText: "Raspberry Pi logo",
218-
},
219182
projectName: {
220183
label: "Project name",
221184
newProject: "New Project",

0 commit comments

Comments
 (0)