Skip to content

Commit

Permalink
added error message when creating a wallet with a bad seed
Browse files Browse the repository at this point in the history
  • Loading branch information
jormelCoin committed Oct 4, 2023
1 parent ff5ac95 commit 90bc593
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/screens/createKeys/import/ImportMasterKeyScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,10 @@ export const ImportMasterKeyScreen = (
return (
<FormProvider {...form}>
<ScrollView style={styles.parent} keyboardShouldPersistTaps={'always'}>
<Typography style={styles.titleText} type="h3">
<Typography
style={styles.titleText}
type="h3"
accessibilityLabel={StatusActions.ERROR}>
{t(headerTextMap.get(status))}
</Typography>
<View
Expand Down

0 comments on commit 90bc593

Please sign in to comment.