Add separate translation key for "About this server" string (#36664)

pull/36667/head
diondiondion 4 days ago committed by GitHub
parent 7b61ad936d
commit 499ddfe8e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 && (
<>

@ -408,6 +408,7 @@
"follow_suggestions.who_to_follow": "Who to follow",
"followed_tags": "Followed hashtags",
"footer.about": "About",
"footer.about_this_server": "About",
"footer.directory": "Profiles directory",
"footer.get_app": "Get the app",
"footer.keyboard_shortcuts": "Keyboard shortcuts",

Loading…
Cancel
Save