This commit is contained in:
Mario 2025-06-15 01:38:49 -04:00
parent 3438454d2a
commit ab55cad02e
3 changed files with 5 additions and 5 deletions

View file

@ -229,7 +229,7 @@ class About extends PureComponent {
</Section> </Section>
<Section title={intl.formatMessage(messages.capabilities)}> <Section title={intl.formatMessage(messages.capabilities)}>
<p><FormattedMessage id='about.kmyblue_capability' defaultMessage='This server is using kmyblue, a fork of Mastodon. On this server, kmyblues unique features are configured as follows.' /></p> <p><FormattedMessage id='about.kmyblue_capability' defaultMessage='Server unique features are configured as follows.' /></p>
{!isLoading && ( {!isLoading && (
<ol className='rules-list'> <ol className='rules-list'>
<li> <li>
@ -285,7 +285,7 @@ class About extends PureComponent {
<LinkFooter /> <LinkFooter />
<div className='about__footer'> <div className='about__footer'>
<p><FormattedMessage id='about.disclaimer' defaultMessage='Mastodon is free, open-source software, and a trademark of Mastodon gGmbH.' /></p> <p><FormattedMessage id='about.disclaimer' defaultMessage='Join the Fediverse, become part of a community, and break free from Big Tech™'s stranglehold on public discourse.' /></p>
</div> </div>
</div> </div>

View file

@ -1,7 +1,7 @@
{ {
"about.blocks": "Moderated servers", "about.blocks": "Moderated servers",
"about.contact": "Contact:", "about.contact": "Contact:",
"about.disclaimer": "Mastodon is free, open-source software, and a trademark of Mastodon gGmbH.", "about.disclaimer": "Join the Fediverse, become part of a community, and break free from Big Tech™'s stranglehold on public discourse.",
"about.domain_blocks.no_reason_available": "Reason not available", "about.domain_blocks.no_reason_available": "Reason not available",
"about.domain_blocks.preamble": "Mastodon generally allows you to view content from and interact with users from any other server in the Fediverse. These are the exceptions that have been made on this particular server.", "about.domain_blocks.preamble": "Mastodon generally allows you to view content from and interact with users from any other server in the Fediverse. These are the exceptions that have been made on this particular server.",
"about.domain_blocks.silenced.explanation": "You will generally not see profiles and content from this server, unless you explicitly look it up or opt into it by following.", "about.domain_blocks.silenced.explanation": "You will generally not see profiles and content from this server, unless you explicitly look it up or opt into it by following.",

View file

@ -2,7 +2,7 @@
"about.blocks": "Moderated servers", "about.blocks": "Moderated servers",
"about.contact": "Contact:", "about.contact": "Contact:",
"about.disabled": "Disabled", "about.disabled": "Disabled",
"about.disclaimer": "Mastodon is free, open-source software, and a trademark of Mastodon gGmbH.", "about.disclaimer": "Join the Fediverse, become part of a community, and break free from Big Tech™'s stranglehold on public discourse.",
"about.domain_blocks.no_reason_available": "Reason not available", "about.domain_blocks.no_reason_available": "Reason not available",
"about.domain_blocks.noop.explanation": "This server is limited partically.", "about.domain_blocks.noop.explanation": "This server is limited partically.",
"about.domain_blocks.noop.title": "Soft limited", "about.domain_blocks.noop.title": "Soft limited",
@ -14,7 +14,7 @@
"about.enabled": "Enabled", "about.enabled": "Enabled",
"about.full_text_search": "Full text search", "about.full_text_search": "Full text search",
"about.kmyblue_capabilities": "Features available in this server", "about.kmyblue_capabilities": "Features available in this server",
"about.kmyblue_capability": "This server is using kmyblue, a fork of Mastodon. On this server, kmyblues unique features are configured as follows.", "about.kmyblue_capability": "Server unique features are configured as follows.",
"about.not_available": "This information has not been made available on this server.", "about.not_available": "This information has not been made available on this server.",
"about.powered_by": "Social media powered by You!", "about.powered_by": "Social media powered by You!",
"about.public_visibility": "Public visibility", "about.public_visibility": "Public visibility",