mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-16 01:09:55 +00:00
[Glitch] Add separate translation key for "About this server" string
Port 499ddfe8e1 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
@@ -21,7 +21,10 @@ export const LinkFooter: React.FC<{
|
|||||||
<p>
|
<p>
|
||||||
<strong>{domain}</strong>:{' '}
|
<strong>{domain}</strong>:{' '}
|
||||||
<Link to='/about' target={multiColumn ? '_blank' : undefined}>
|
<Link to='/about' target={multiColumn ? '_blank' : undefined}>
|
||||||
<FormattedMessage id='footer.about' defaultMessage='About' />
|
<FormattedMessage
|
||||||
|
id='footer.about_this_server'
|
||||||
|
defaultMessage='About'
|
||||||
|
/>
|
||||||
</Link>
|
</Link>
|
||||||
{statusPageUrl && (
|
{statusPageUrl && (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user