summaryrefslogtreecommitdiff
path: root/packages/frontend/src
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-04-08 20:58:56 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-04-08 20:58:56 +0900
commit58cb7cf1794997a64e0b3f9044182e3d595a9e1c (patch)
tree79bd6e442d64f06b027b97f91decfca17d97c598 /packages/frontend/src
parentMerge branch 'develop' of https://github.com/misskey-dev/misskey into develop (diff)
downloadsharkey-58cb7cf1794997a64e0b3f9044182e3d595a9e1c.tar.gz
sharkey-58cb7cf1794997a64e0b3f9044182e3d595a9e1c.tar.bz2
sharkey-58cb7cf1794997a64e0b3f9044182e3d595a9e1c.zip
update i18n
Diffstat (limited to 'packages/frontend/src')
-rw-r--r--packages/frontend/src/components/MkAntennaEditor.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkAntennaEditor.vue b/packages/frontend/src/components/MkAntennaEditor.vue
index 91a375bbcd..59099d54bd 100644
--- a/packages/frontend/src/components/MkAntennaEditor.vue
+++ b/packages/frontend/src/components/MkAntennaEditor.vue
@@ -39,7 +39,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkSwitch v-model="localOnly">{{ i18n.ts.localOnly }}</MkSwitch>
<MkSwitch v-model="caseSensitive">{{ i18n.ts.caseSensitive }}</MkSwitch>
<MkSwitch v-model="withFile">{{ i18n.ts.withFileAntenna }}</MkSwitch>
- <MkSwitch v-model="excludeNotesInSensitiveChannel">{{ i18n.ts.hideNotesInSensitiveChannel }}</MkSwitch>
+ <MkSwitch v-model="excludeNotesInSensitiveChannel">{{ i18n.ts.excludeNotesInSensitiveChannel }}</MkSwitch>
</div>
<div :class="$style.actions">
<div class="_buttons">