summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-12-18 14:56:15 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-12-18 14:56:15 +0900
commitcb16ff866c750001601dd0344408ee065aae98c8 (patch)
tree4f3ecfdaba360ad31c65a83a37177574a929e847
parentfeat(client): improve toast component and show welcome message (diff)
downloadmisskey-cb16ff866c750001601dd0344408ee065aae98c8.tar.gz
misskey-cb16ff866c750001601dd0344408ee065aae98c8.tar.bz2
misskey-cb16ff866c750001601dd0344408ee065aae98c8.zip
improve(client): show reload tip
-rw-r--r--locales/ja-JP.yml1
-rw-r--r--packages/client/src/pages/settings/reaction.vue5
2 files changed, 5 insertions, 1 deletions
diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml
index 084fd6448e..72c20819e3 100644
--- a/locales/ja-JP.yml
+++ b/locales/ja-JP.yml
@@ -685,6 +685,7 @@ center: "中央"
wide: "広い"
narrow: "狭い"
reloadToApplySetting: "設定はページリロード後に反映されます。今すぐリロードしますか?"
+needReloadToApply: "反映には再起動が必要です。"
showTitlebar: "タイトルバーを表示する"
clearCache: "キャッシュをクリア"
onlineUsersCount: "{n}人がオンライン"
diff --git a/packages/client/src/pages/settings/reaction.vue b/packages/client/src/pages/settings/reaction.vue
index 1df61ac471..0d4db46936 100644
--- a/packages/client/src/pages/settings/reaction.vue
+++ b/packages/client/src/pages/settings/reaction.vue
@@ -30,7 +30,10 @@
<option :value="3">{{ $ts.large }}</option>
</FormRadios>
- <FormSwitch v-model="reactionPickerUseDrawerForMobile" class="_formBlock">{{ $ts.useDrawerReactionPickerForMobile }}</FormSwitch>
+ <FormSwitch v-model="reactionPickerUseDrawerForMobile" class="_formBlock">
+ {{ $ts.useDrawerReactionPickerForMobile }}
+ <template #caption>{{ $ts.needReloadToApply }}</template>
+ </FormSwitch>
<FormSection>
<div style="display: flex; gap: var(--margin); flex-wrap: wrap;">