diff options
Diffstat (limited to 'src/screens/StarterPack/Wizard/index.tsx')
-rw-r--r-- | src/screens/StarterPack/Wizard/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/StarterPack/Wizard/index.tsx b/src/screens/StarterPack/Wizard/index.tsx index b42b753e3..3f8ce3c00 100644 --- a/src/screens/StarterPack/Wizard/index.tsx +++ b/src/screens/StarterPack/Wizard/index.tsx @@ -284,7 +284,7 @@ function WizardInner({ <Layout.Header.Outer> <Layout.Header.BackButton label={_(msg`Back`)} - accessibilityHint={_(msg`Go back to the previous step`)} + accessibilityHint={_(msg`Returns to the previous step`)} onPress={evt => { if (state.currentStep !== 'Details') { evt.preventDefault() |