summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsgoldstein <jakegoldstein95@gmail.com>2023-06-08 11:12:41 -0400
committerGitHub <noreply@github.com>2023-06-08 17:12:41 +0200
commit18f092d9275c24f26a70c9cb74f5f5ec437de8e9 (patch)
treea43213beaddaf90dfd7286deff9841923a5f4a42
parentb85c387c5c0527b0ad31c27031a09d361826c5fc (diff)
Fix translations for changing theme (#25340)
-rw-r--r--app/views/settings/preferences/appearance/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/settings/preferences/appearance/show.html.haml b/app/views/settings/preferences/appearance/show.html.haml
index 5358310e5bd..af61df71b81 100644
--- a/app/views/settings/preferences/appearance/show.html.haml
+++ b/app/views/settings/preferences/appearance/show.html.haml
@@ -10,7 +10,7 @@
= f.input :locale, collection: I18n.available_locales, wrapper: :with_label, include_blank: false, label_method: lambda { |locale| native_locale_name(locale) }, selected: I18n.locale, hint: false
.fields-group.fields-row__column.fields-row__column-6
= f.simple_fields_for :settings, current_user.settings do |ff|
- = ff.input :theme, collection: Themes.instance.names, label_method: lambda { |theme| I18n.t("themes.#{theme}", default: theme) }, wrapper: :with_label, include_blank: false, hint: false
+ = ff.input :theme, collection: Themes.instance.names, label_method: lambda { |theme| I18n.t("themes.#{theme}", default: theme) }, wrapper: :with_label, label: I18n.t('simple_form.labels.defaults.setting_theme'), include_blank: false, hint: false
- unless I18n.locale == :en
.flash-message.translation-prompt