Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reword apps labels #315

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"404.go_back_home": "Go back home",
"404.title": "Page not found",
"apps.free": "Free",
"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.",
"apps.leads": "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.",
"apps.paid": "Paid",
"apps.title": "Apps",
"browse_apps.all": "All",
Expand Down Expand Up @@ -38,7 +38,7 @@
"home.features.self_expression.title": "Unparalleled creativity",
"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.",
"home.features.timeline.title": "Stay in control of your own timeline",
"home.get_the_app": "Get the app",
"home.get_an_app": "Get an app",
"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.",
"home.hero.headline": "Social networking that's not for sale.",
"home.page_description": "Learn more about Mastodon, the radically different, free and open-source decentralized social media platform.",
Expand All @@ -55,7 +55,7 @@
"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.",
"home.why.opensource.title": "Open Source",
"home.why.title": "Why Mastodon?",
"ios_and_android.download": "Download the apps",
"ios_and_android.official_download": "Official apps",
"nav.about_us.title": "About us",
"nav.apps.title": "Apps",
"nav.blog.description": "Get the latest news about the platform",
Expand Down
10 changes: 5 additions & 5 deletions pages/apps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ const AppsPage = () => {

<p className="sh1">
<FormattedMessage
id="apps.lead"
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."
id="apps.leads"
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."
/>
</p>
</div>
Expand All @@ -48,10 +48,10 @@ const AppsPage = () => {

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

Expand Down
4 changes: 2 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ function Home() {
<div className="flex justify-center gap-12">
<LinkButton size="large" href="/apps">
<FormattedMessage
id="home.get_the_app"
defaultMessage="Get the app"
id="home.get_an_app"
defaultMessage="Get an app"
/>
</LinkButton>

Expand Down