Skip to content

Commit c6ec5a8

Browse files
authored
Merge pull request #315 from jsoref/reword-app-labels
Reword apps labels
2 parents fce4717 + aa6ede8 commit c6ec5a8

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

locales/en.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"404.go_back_home": "Go back home",
44
"404.title": "Page not found",
55
"apps.free": "Free",
6-
"apps.lead": "The best way to get started with Mastodon is through our official apps for iOS and Android, but many third-party apps are also available below.",
6+
"apps.lead": "The best way to get started with Mastodon is through our official iOS and Android apps, but many third-party apps are also available below.",
77
"apps.paid": "Paid",
88
"apps.title": "Apps",
99
"browse_apps.all": "All",
@@ -38,7 +38,7 @@
3838
"home.features.self_expression.title": "Unparalleled creativity",
3939
"home.features.timeline.body": "You know best what you want to see on your home feed. No algorithms or ads to waste your time. Follow anyone across any Mastodon server from a single account and receive their posts in chronological order, and make your corner of the internet a little more like you.",
4040
"home.features.timeline.title": "Stay in control of your own timeline",
41-
"home.get_the_app": "Get the app",
41+
"home.get_the_app": "Get an app",
4242
"home.hero.body": "Your home feed should be filled with what matters to you most, not what a corporation thinks you should see. Radically different social media, back in the hands of the people.",
4343
"home.hero.headline": "Social networking that's not for sale.",
4444
"home.join_now": "Join {domain}",
@@ -58,7 +58,7 @@
5858
"home.why.opensource.copy": "Mastodon is free and open-source software. We believe in your right to use, copy, study and change Mastodon as you see fit, and we benefit from contributions from the community.",
5959
"home.why.opensource.title": "Open Source",
6060
"home.why.title": "Why Mastodon?",
61-
"ios_and_android.download": "Download the apps",
61+
"ios_and_android.download": "Official apps",
6262
"nav.about_us.description": "Read about our story, the team, and recent media coverage",
6363
"nav.about_us.title": "About us",
6464
"nav.apps.title": "Apps",

pages/apps.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const AppsPage = () => {
3737
<p className="sh1">
3838
<FormattedMessage
3939
id="apps.lead"
40-
defaultMessage="The best way to get started with Mastodon is through our official apps for iOS and Android, but many third-party apps are also available below."
40+
defaultMessage="The best way to get started with Mastodon is through our official iOS and Android apps, but many third-party apps are also available below."
4141
/>
4242
</p>
4343
</div>
@@ -48,10 +48,10 @@ const AppsPage = () => {
4848

4949
<div className="grid justify-center gap-x-gutter gap-y-16 pt-10 pb-8 text-center md:grid-cols-12 md:text-start">
5050
<div className="md:col-span-6 lg:col-span-5 xl:col-span-4 xl:col-start-2">
51-
<h2 className="h4 mb-4">
51+
<h2 className="h4 text-center mb-4">
5252
<FormattedMessage
5353
id="ios_and_android.download"
54-
defaultMessage="Download the apps"
54+
defaultMessage="Official apps"
5555
/>
5656
</h2>
5757

pages/verification.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const Verification = () => {
6464
<LinkButton size="large" href="/apps">
6565
<FormattedMessage
6666
id="home.get_the_app"
67-
defaultMessage="Get the app"
67+
defaultMessage="Get an app"
6868
/>
6969
</LinkButton>
7070

0 commit comments

Comments
 (0)