Skip to content

Commit

Permalink
Downcase @language when being used as a locale key.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeck committed Apr 4, 2018
1 parent 71b7267 commit f43545d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -11,7 +11,7 @@
</div>
<div class="col-xs-7">
<strong>
<%= t :'spotlight.exhibits.translations.browse_categories.translation_column_label', language: t("locales.#{@language}") %>
<%= t :'spotlight.exhibits.translations.browse_categories.translation_column_label', language: t("locales.#{@language.downcase}") %>
</strong>
</div>
</div>
Expand Down

0 comments on commit f43545d

Please sign in to comment.