Skip to content

Commit 7759572

Browse files
committed
refactor: update translation title for about headline
1 parent 8c2e8c5 commit 7759572

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/modules/About/pages/About.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const About = () => {
7373
focusable="false"
7474
/>
7575
<div>
76-
<p>{t('About.OneLine')}</p>
76+
<p>{t('About.Headline')}</p>
7777
</div>
7878
</IntroHeadline>
7979
<IntroDescription>

translations/locales/en-US/translations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"About": {
9090
"Title": "About",
9191
"TitleHelmet": "p5.js Web Editor | About",
92-
"OneLine": "Create, share, and remix p5.js sketches with the p5.js Editor.",
92+
"Headline": "Create, share, and remix p5.js sketches with the p5.js Editor.",
9393
"Contribute": "Contribute",
9494
"IntroDescription1": "p5.js is a free, open-source JavaScript library for learning to code and make art. Using the p5.js Editor, you can create, share, and remix p5.js sketches without needing to download or configure anything.",
9595
"IntroDescription2": "We believe software the tools to learn it, should be as open and inclusive as possible. You can support this work by making a donation to the Processing Foundation, the organization that supports p5.js. Your donation supports sofware development for p5.js, education resources like code examples and tutorials, fellowships, and community events.",

0 commit comments

Comments
 (0)