[Glitch] Add separate translation key for "About this server" string
Port 499ddfe8e1d017a94be935d1c331cc458690c52b to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
3d80e8b021
commit
a0686536c6
@ -21,7 +21,10 @@ export const LinkFooter: React.FC<{
|
||||
<p>
|
||||
<strong>{domain}</strong>:{' '}
|
||||
<Link to='/about' target={multiColumn ? '_blank' : undefined}>
|
||||
<FormattedMessage id='footer.about' defaultMessage='About' />
|
||||
<FormattedMessage
|
||||
id='footer.about_this_server'
|
||||
defaultMessage='About'
|
||||
/>
|
||||
</Link>
|
||||
{statusPageUrl && (
|
||||
<>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user