diff --git a/app/views/about/show.html.haml b/app/views/about/show.html.haml index 688ee4d410004965373d43e4ae6faed9d3782171..73f3f279e3f0e1bd1f77f3d658423f6aa30ce3bd 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