diff options
author | surfdude29 <149612116+surfdude29@users.noreply.github.com> | 2025-02-24 20:59:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-24 12:59:55 -0800 |
commit | 9c739912a3bd5f5a1374feaf72fea1e843c63733 (patch) | |
tree | de0a443abdd4fae650c7901d226d0afdf9ff9fde /src/components/dialogs/MutedWords.tsx | |
parent | c4dec63960bfa2766d24d72236f49645dc2d2269 (diff) | |
download | voidsky-9c739912a3bd5f5a1374feaf72fea1e843c63733.tar.zst |
Tweak accessibility strings (#7822)
Diffstat (limited to 'src/components/dialogs/MutedWords.tsx')
-rw-r--r-- | src/components/dialogs/MutedWords.tsx | 2 |
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" |