about summary refs log tree commit diff
path: root/app/views/admin/trends/links/_preview_card.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/trends/links/_preview_card.html.haml')
-rw-r--r--app/views/admin/trends/links/_preview_card.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/trends/links/_preview_card.html.haml b/app/views/admin/trends/links/_preview_card.html.haml
index b88c1be2f..d88e06bfd 100644
--- a/app/views/admin/trends/links/_preview_card.html.haml
+++ b/app/views/admin/trends/links/_preview_card.html.haml
@@ -13,7 +13,7 @@

 
       - if preview_card.language.present?
-        = human_locale(preview_card.language)
+        = standard_locale_name(preview_card.language)

 
       = t('admin.trends.links.shared_by_over_week', count: preview_card.history.reduce(0) { |sum, day| sum + day.accounts })