From 23f2e17d6627bc6fbbcda7cb4eac5e9082302086 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KMY=EF=BC=88=E9=9B=AA=E3=81=82=E3=81=99=E3=81=8B=EF=BC=89?= Date: Mon, 10 Jun 2024 23:18:46 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=E3=80=8C=E7=B5=B5=E6=96=87=E5=AD=97?= =?UTF-8?q?=E3=83=94=E3=83=83=E3=82=AB=E3=83=BC=E3=81=A7=E7=B5=B5=E6=96=87?= =?UTF-8?q?=E5=AD=97=E3=83=87=E3=83=83=E3=82=AD=E3=81=A8=E4=B8=80=E7=B7=92?= =?UTF-8?q?=E3=81=AB=E3=80=81=E7=B5=B5=E6=96=87=E5=AD=97=E3=81=AE=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E5=B1=A5=E6=AD=B4=E3=82=82=E8=A1=A8=E7=A4=BA=E3=81=99?= =?UTF-8?q?=E3=82=8B=E3=80=8D=E8=A8=AD=E5=AE=9A=E3=81=8C=E5=AE=9F=E9=9A=9B?= =?UTF-8?q?=E3=81=A8=E3=81=AF=E9=80=86=E3=81=AB=E3=81=AA=E3=82=8B=E5=95=8F?= =?UTF-8?q?=E9=A1=8C=20(#756)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/settings/preferences/appearance/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/settings/preferences/appearance/show.html.haml b/app/views/settings/preferences/appearance/show.html.haml index cf5025a77b..4a2b05964e 100644 --- a/app/views/settings/preferences/appearance/show.html.haml +++ b/app/views/settings/preferences/appearance/show.html.haml @@ -62,7 +62,7 @@ %h4= t 'appearance.custom_emoji_and_emoji_reactions' .fields-group - = ff.input :'web.hide_recent_emojis', wrapper: :with_label, kmyblue: true, label: I18n.t('simple_form.labels.defaults.setting_show_recent_emojis'), hint: false + = ff.input :'web.show_recent_emojis', wrapper: :with_label, kmyblue: true, label: I18n.t('simple_form.labels.defaults.setting_show_recent_emojis'), hint: false - if Setting.enable_emoji_reaction = ff.input :'web.enable_emoji_reaction', wrapper: :with_label, kmyblue: true, label: I18n.t('simple_form.labels.defaults.setting_enable_emoji_reaction'), hint: I18n.t('simple_form.hints.defaults.setting_enable_emoji_reaction') = ff.input :'web.show_emoji_reaction_on_timeline', wrapper: :with_label, kmyblue: true, label: I18n.t('simple_form.labels.defaults.setting_show_emoji_reaction_on_timeline')