about summary refs log tree commit diff
path: root/src/components
diff options
context:
space:
mode:
authorsurfdude29 <149612116+surfdude29@users.noreply.github.com>2025-02-24 20:59:55 +0000
committerGitHub <noreply@github.com>2025-02-24 12:59:55 -0800
commit9c739912a3bd5f5a1374feaf72fea1e843c63733 (patch)
treede0a443abdd4fae650c7901d226d0afdf9ff9fde /src/components
parentc4dec63960bfa2766d24d72236f49645dc2d2269 (diff)
downloadvoidsky-9c739912a3bd5f5a1374feaf72fea1e843c63733.tar.zst
Tweak accessibility strings (#7822)
Diffstat (limited to 'src/components')
-rw-r--r--src/components/dialogs/MutedWords.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/dialogs/MutedWords.tsx b/src/components/dialogs/MutedWords.tsx
index 81a614103..666b93068 100644
--- a/src/components/dialogs/MutedWords.tsx
+++ b/src/components/dialogs/MutedWords.tsx
@@ -318,7 +318,7 @@ function MutedWordsInner() {
           <View style={[a.pt_xs]}>
             <Button
               disabled={isPending || !field}
-              label={_(msg`Add mute word for configured settings`)}
+              label={_(msg`Add mute word with chosen settings`)}
               size="large"
               color="primary"
               variant="solid"