diff options
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" |