From 15861bfce7f9279c28c9cad42d4f799dfa493eec Mon Sep 17 00:00:00 2001 From: yofukashino Date: Wed, 6 Nov 2024 06:41:09 +0530 Subject: [PATCH] i18n fix --- src/plaintextPatches.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plaintextPatches.ts b/src/plaintextPatches.ts index 5f9e030..a211a30 100644 --- a/src/plaintextPatches.ts +++ b/src/plaintextPatches.ts @@ -22,7 +22,7 @@ export default [ ], }, { - find: ".Messages.USER_SETTINGS_SOUNDBOARD_VOLUME,", + find: "Soundboard Picker", replacements: [ { match: /null==\w+\?void 0:\w+\.selfDeaf/,