about summary refs log tree commit diff
path: root/app/views/settings/exports/show.html.haml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-09-13 03:44:08 +0200
committerGitHub <noreply@github.com>2018-09-13 03:44:08 +0200
commit011437dcb5c4719ad6627f3a4dc07a5ce1bd9db8 (patch)
treed20890e83bb58eda30205d355aad49402ace7622 /app/views/settings/exports/show.html.haml
parent7b7c26063e3fcf9e75a61780d81bd60b7c398ead (diff)
Group reports by target account (#8674)
* Group reports by target account

* Improve CSS
Diffstat (limited to 'app/views/settings/exports/show.html.haml')
-rw-r--r--app/views/settings/exports/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/settings/exports/show.html.haml b/app/views/settings/exports/show.html.haml
index 792dccd9e..6c030b1ab 100644
--- a/app/views/settings/exports/show.html.haml
+++ b/app/views/settings/exports/show.html.haml
@@ -9,7 +9,7 @@
         %td= number_to_human_size @export.total_storage
         %td
       %tr
-        %th= t('accounts.statuses', count: @export.total_statuses)
+        %th= t('accounts.posts', count: @export.total_statuses)
         %td= number_with_delimiter @export.total_statuses
         %td
       %tr