diff --git a/ui/translations/en.json b/ui/translations/en.json
index 62b11ce4a..98b311146 100644
--- a/ui/translations/en.json
+++ b/ui/translations/en.json
@@ -217,7 +217,7 @@
"no": "no",
"powered_by": "Powered by",
"landing_0":
- "Lemmy is a <1>link aggregator1> / reddit alternative, intended to work in the <2>fediverse2>.<3>3>It's self-hostable, has live-updating comment threads, and is tiny (<4>~80kB4>). Federation into the ActivityPub network is on the roadmap. <5>5>This is a <6>very early beta version6>, and a lot of features are currently broken or missing. <7>7>Suggest new features or report bugs <8>here.8><9>9>Made with <10>Rust10>, <11>Actix11>, <12>Inferno12>, <13>Typescript13>.",
+ "Lemmy is a <1>link aggregator1> / reddit alternative, intended to work in the <2>fediverse2>.<3>3>It's self-hostable, has live-updating comment threads, and is tiny (<4>~80kB4>). Federation into the ActivityPub network is on the roadmap. <5>5>This is a <6>very early beta version6>, and a lot of features are currently broken or missing. <7>7>Suggest new features or report bugs <8>here.8><9>9>Made with <10>Rust10>, <11>Actix11>, <12>Inferno12>, <13>Typescript13>. <14>14> <15>Thank you to our contributors: 15> dessalines, Nutomic, asonix, zacanger, and iav.",
"not_logged_in": "Not logged in.",
"logged_in": "Logged in.",
"site_saved": "Site Saved.",
From 20f9bde88f52ce875be4d0dc4bd5dd346dfe6b84 Mon Sep 17 00:00:00 2001
From: Dessalines
Date: Thu, 9 Jul 2020 10:44:05 -0400
Subject: [PATCH 4/4] Making comment collapse and lightning buttons not spans.
Fixes #884
---
ui/src/components/comment-node.tsx | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/ui/src/components/comment-node.tsx b/ui/src/components/comment-node.tsx
index 839a01dcc..49b566295 100644
--- a/ui/src/components/comment-node.tsx
+++ b/ui/src/components/comment-node.tsx
@@ -189,8 +189,8 @@ export class CommentNode extends Component {
>
)}
-