diff options
Diffstat (limited to 'src/components/AccountList.tsx')
-rw-r--r-- | src/components/AccountList.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/AccountList.tsx b/src/components/AccountList.tsx index 0555dd411..52d149eb5 100644 --- a/src/components/AccountList.tsx +++ b/src/components/AccountList.tsx @@ -62,7 +62,7 @@ export function AccountList({ testID="chooseAddAccountBtn" style={[a.flex_1]} onPress={pendingDid ? undefined : onPressAddAccount} - label={_(msg`Login to account that is not listed`)}> + label={_(msg`Sign in to account that is not listed`)}> {({hovered, pressed}) => ( <View style={[ |