From 612a778361edc0314f92a0451abb98843e7bef9a Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 3 Mar 2026 19:35:09 +0000 Subject: [PATCH] Set mute word dialog text input return key type to "done" (#9967) Co-authored-by: Claude --- src/components/dialogs/MutedWords.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/dialogs/MutedWords.tsx b/src/components/dialogs/MutedWords.tsx index 9c7b7580a3..94c48dcc23 100644 --- a/src/components/dialogs/MutedWords.tsx +++ b/src/components/dialogs/MutedWords.tsx @@ -132,6 +132,7 @@ function MutedWordsInner() { autoCorrect={false} autoCapitalize="none" autoComplete="off" + returnKeyType="done" label={_(msg`Enter a word or tag`)} placeholder={_(msg`Enter a word or tag`)} value={field}