From feb3acdf8134b7b3204d210c997e9bd6f484fc12 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Tue, 27 Aug 2019 10:11:43 +0200
Subject: [PATCH] Fixed caption on status count

---
 app/views/about/show.html.haml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/about/show.html.haml b/app/views/about/show.html.haml
index 688ee4d410..73f3f279e3 100644
--- a/app/views/about/show.html.haml
+++ b/app/views/about/show.html.haml
@@ -75,4 +75,4 @@
                 %span= t 'about.user_count_after', count: @instance_presenter.user_count
               .hero-widget__counter{ style: 'width: 50%' }
                 %strong= number_to_human @instance_presenter.status_count, strip_insignificant_zeros: true
-                %span= t 'about.user_count_after', count: @instance_presenter.status_count
+                %span= t 'about.status_count_after', count: @instance_presenter.status_count
-- 
GitLab