From 4eb1c8305c13fea79a096fc3c8582e25ab3f1c66 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 14 Jun 2025 19:16:12 -0400 Subject: [PATCH] En edit --- app/javascript/mastodon/features/about/index.jsx | 2 +- app/javascript/mastodon/locales/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/mastodon/features/about/index.jsx b/app/javascript/mastodon/features/about/index.jsx index e88c37b275..2f81656801 100644 --- a/app/javascript/mastodon/features/about/index.jsx +++ b/app/javascript/mastodon/features/about/index.jsx @@ -173,7 +173,7 @@ class About extends PureComponent {
`${value} ${key.replace('@', '')}`).join(', ')} className='about__header__hero' />

{isLoading ? : server.get('domain')}

-

Mastodon }} />

+

diff --git a/app/javascript/mastodon/locales/en.json b/app/javascript/mastodon/locales/en.json index 89910054d2..32b3d65378 100644 --- a/app/javascript/mastodon/locales/en.json +++ b/app/javascript/mastodon/locales/en.json @@ -16,7 +16,7 @@ "about.kmyblue_capabilities": "Features available in this server", "about.kmyblue_capability": "Server unique features are configured as follows.", "about.not_available": "This information has not been made available on this server.", - "about.powered_by": "Decentralized social media powered by {mastodon}", + "about.powered_by": "Decentralized social media powered by {domain}", "about.public_visibility": "Public visibility", "about.rules": "Server rules", "account.account_note_header": "Personal note",