about summary refs log tree commit diff
path: root/app/views/admin/follow_recommendations
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-02-08 19:43:59 +0100
committerGitHub <noreply@github.com>2022-02-08 19:43:59 +0100
commit2fd1db7c9d0fe8c1cca159b9b0818c72e7c318aa (patch)
treebc7319ae242a889bb1d05b7afdd365d78a43ac1d /app/views/admin/follow_recommendations
parentb1983623aec8e0b066d115736d2151e0c74407fa (diff)
parent692963d43beb5e66a86e15d63b5aa3eeca82f0a1 (diff)
Merge pull request #1680 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/views/admin/follow_recommendations')
-rw-r--r--app/views/admin/follow_recommendations/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/follow_recommendations/show.html.haml b/app/views/admin/follow_recommendations/show.html.haml
index 2878f07d7..d1c160bd2 100644
--- a/app/views/admin/follow_recommendations/show.html.haml
+++ b/app/views/admin/follow_recommendations/show.html.haml
@@ -10,7 +10,7 @@
     .filter-subset.filter-subset--with-select
       %strong= t('admin.follow_recommendations.language')
       .input.select.optional
-        = select_tag :language, options_for_select(I18n.available_locales.map { |key| [human_locale(key), key]}, @language)
+        = select_tag :language, options_for_select(I18n.available_locales.map { |key| key.to_s.split(/[_-]/).first.to_sym }.uniq.map { |key| [human_locale(key), key]}, @language)
 
     .filter-subset
       %strong= t('admin.follow_recommendations.status')