diff options
Diffstat (limited to 'src/screens/Settings/components/AddAppPasswordDialog.tsx')
-rw-r--r-- | src/screens/Settings/components/AddAppPasswordDialog.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Settings/components/AddAppPasswordDialog.tsx b/src/screens/Settings/components/AddAppPasswordDialog.tsx index 927875778..973d80a1b 100644 --- a/src/screens/Settings/components/AddAppPasswordDialog.tsx +++ b/src/screens/Settings/components/AddAppPasswordDialog.tsx @@ -188,7 +188,7 @@ function CreateDialogInner({passwords}: {passwords: string[]}) { </Text> <Text style={[a.text_md, a.leading_snug]}> <Trans> - Use this to sign into the other app along with your handle. + Use this to sign in to the other app along with your handle. </Trans> </Text> <CopyButton |