diff --git a/app/javascript/mastodon/features/ui/components/link_footer.tsx b/app/javascript/mastodon/features/ui/components/link_footer.tsx index cbfb6a3114..df153b2258 100644 --- a/app/javascript/mastodon/features/ui/components/link_footer.tsx +++ b/app/javascript/mastodon/features/ui/components/link_footer.tsx @@ -21,7 +21,10 @@ export const LinkFooter: React.FC<{

{domain}:{' '} - + {statusPageUrl && ( <> diff --git a/app/javascript/mastodon/locales/en.json b/app/javascript/mastodon/locales/en.json index 015d554c76..ec33821722 100644 --- a/app/javascript/mastodon/locales/en.json +++ b/app/javascript/mastodon/locales/en.json @@ -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",