diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-03-16 13:30:08 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-03-16 13:30:08 +0900 |
| commit | 2b23c7e7f548df39e91640e341515dad23ca37ef (patch) | |
| tree | a5dee2f0ae67f6db5676592333ea5f23a5c25fa5 /packages/frontend/src/utility | |
| parent | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop (diff) | |
| download | sharkey-2b23c7e7f548df39e91640e341515dad23ca37ef.tar.gz sharkey-2b23c7e7f548df39e91640e341515dad23ca37ef.tar.bz2 sharkey-2b23c7e7f548df39e91640e341515dad23ca37ef.zip | |
chore(frontend): remove duplicated warn
Diffstat (limited to 'packages/frontend/src/utility')
| -rw-r--r-- | packages/frontend/src/utility/autogen/settings-search-index.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/frontend/src/utility/autogen/settings-search-index.ts b/packages/frontend/src/utility/autogen/settings-search-index.ts index f1349d030d..0c83e72d82 100644 --- a/packages/frontend/src/utility/autogen/settings-search-index.ts +++ b/packages/frontend/src/utility/autogen/settings-search-index.ts @@ -248,12 +248,12 @@ export const searchIndexes: SearchIndexItem[] = [ keywords: ['login', 'signin'], }, { - id: 'lUtOQbnwi', + id: '5RbESWefG', label: i18n.ts._accountSettings.makeNotesFollowersOnlyBefore, keywords: ['follower', i18n.ts._accountSettings.makeNotesFollowersOnlyBeforeDescription], }, { - id: '83WWcjwS9', + id: 'hdzwDs3qd', label: i18n.ts._accountSettings.makeNotesHiddenBefore, keywords: ['hidden', i18n.ts._accountSettings.makeNotesHiddenBeforeDescription], }, |