diff --git a/packages/frontend/src/components/MkPostForm.vue b/packages/frontend/src/components/MkPostForm.vue index 66611cdf50..8c90a693eb 100644 --- a/packages/frontend/src/components/MkPostForm.vue +++ b/packages/frontend/src/components/MkPostForm.vue @@ -600,7 +600,7 @@ async function toggleSearchableBy() { { value: 'public' as const, text: i18n.ts._searchableBy.public }, { value: 'followers' as const, text: i18n.ts._searchableBy.followers }, { value: 'reacted' as const, text: i18n.ts._searchableBy.reacted }, - { value: 'limited' as const, text: i18n.ts._searchableBy.specified }, + { value: 'limited' as const, text: i18n.ts._searchableBy.limited }, ], default: searchableBy.value, }); diff --git a/packages/frontend/src/pages/settings/privacy.vue b/packages/frontend/src/pages/settings/privacy.vue index a72dda9c7c..254ac0c44f 100644 --- a/packages/frontend/src/pages/settings/privacy.vue +++ b/packages/frontend/src/pages/settings/privacy.vue @@ -48,6 +48,13 @@ SPDX-License-Identifier: AGPL-3.0-only {{ i18n.ts._isIndexable.title }} + + + + + + +
@@ -108,6 +115,7 @@ const defaultNoteVisibility = computed(defaultStore.makeGetterSetter('defaultNot const defaultNoteLocalOnly = computed(defaultStore.makeGetterSetter('defaultNoteLocalOnly')); const rememberNoteVisibility = computed(defaultStore.makeGetterSetter('rememberNoteVisibility')); const keepCw = computed(defaultStore.makeGetterSetter('keepCw')); +const defaultSearchableBy = computed(defaultStore.makeGetterSetter('searchableBy')); function save() { misskeyApi('i/update', {