diff --git a/packages/frontend/src/scripts/autogen/settings-search-index.ts b/packages/frontend/src/scripts/autogen/settings-search-index.ts index 4c647102e2..0c05c8dd15 100644 --- a/packages/frontend/src/scripts/autogen/settings-search-index.ts +++ b/packages/frontend/src/scripts/autogen/settings-search-index.ts @@ -25,7 +25,17 @@ export const searchIndexes:SearchIndexItem[] = [ { id: 'nO7NnzqiC', label: i18n.ts.notUseSound, - keywords: [], + keywords: ['mute'], + }, + { + id: 'xy5OOBB4A', + label: i18n.ts.useSoundOnlyWhenActive, + keywords: ['active', 'mute'], + }, + { + id: '9MxYVIf7k', + label: i18n.ts.masterVolume, + keywords: ['volume', 'master'], }, ], label: i18n.ts.sounds, @@ -33,6 +43,27 @@ export const searchIndexes:SearchIndexItem[] = [ path: '/settings/sounds', icon: 'ti ti-music', }, + { + id: '5BjnxMfYV', + children: [ + { + id: '3UqdSCaFw', + children: [ + { + id: '75QPEg57v', + label: i18n.ts.changePassword, + keywords: [], + }, + ], + label: i18n.ts.password, + keywords: ['password'], + }, + ], + label: i18n.ts.security, + keywords: ['security'], + path: '/settings/security', + icon: 'ti ti-lock', + }, { id: 'w4L6myH61', children: [ @@ -152,7 +183,7 @@ export const searchIndexes:SearchIndexItem[] = [ children: [ { id: 'joHMIl2pJ', - label: i18n.ts.requireSigninToViewContents, + label: i18n.ts._accountSettings.requireSigninToViewContents, keywords: ['login', 'signin'], }, {