diff --git a/static/app-strings.json b/static/app-strings.json index d0933e2d6..cc9520136 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -1,5 +1,6 @@ { "404": "404", + "2257": "2257", "Thumbnail Image": "Thumbnail Image", "OK": "OK", "Cancel": "Cancel", @@ -1435,5 +1436,12 @@ "Level up with LBRY - %version%": "Level up with LBRY - %version%", "Invites": "Invites", "This comment was slimed to death.": "This comment was slimed to death.", + "Reddit": "Reddit", + "Chat (Discord)": "Chat (Discord)", + "Telegram": "Telegram", + "YouTube Partner Program": "YouTube Partner Program", + "lbry.com": "lbry.com", + "lbry.tech": "lbry.tech", + "GitHub": "GitHub", "--end--": "--end--" } diff --git a/web/component/footer.jsx b/web/component/footer.jsx index fbfef1344..775087893 100644 --- a/web/component/footer.jsx +++ b/web/component/footer.jsx @@ -89,7 +89,7 @@ export default function Footer() { {links.map(({ label, link, navigate }) => { return (