diff options
author | Starfall <us@starfall.systems> | 2022-11-10 11:43:58 -0600 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2022-11-10 11:43:58 -0600 |
commit | b96b336a7871b5e88da8f308116e8f0ca7827132 (patch) | |
tree | 5c292d1dbab5cff985aed8bd3f956a391185641e | |
parent | fc1c79bb0f3fd8b35ef6e1576b4b89aa666bd56b (diff) |
fix build
-rw-r--r-- | app/javascript/flavours/glitch/features/ui/components/link_footer.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/features/ui/components/link_footer.js b/app/javascript/flavours/glitch/features/ui/components/link_footer.js index 075e04494..28adf5e06 100644 --- a/app/javascript/flavours/glitch/features/ui/components/link_footer.js +++ b/app/javascript/flavours/glitch/features/ui/components/link_footer.js @@ -77,7 +77,7 @@ class LinkFooter extends React.PureComponent { <p> <strong>Mastodon</strong>: {' '} - <a href='https://joinmastodon.org' target='_blank'><FormattedMessage id='footer.about' defaultMessage='About Mastodon' /></a> + <a href='https://joinmastodon.org' target='_blank'><FormattedMessage id='footer.about' defaultMessage='About' /></a> {' · '} <Link to='/keyboard-shortcuts'><FormattedMessage id='footer.keyboard_shortcuts' defaultMessage='Keyboard shortcuts' /></Link> {' · '} |