From 84075e488b899616d82f64999c29e4063834764b Mon Sep 17 00:00:00 2001 From: Filip Solecki Date: Tue, 9 Jul 2024 13:58:04 +0200 Subject: [PATCH] Fix english text --- src/languages/en.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/languages/en.ts b/src/languages/en.ts index 80bb4a3b5af2..a1153ec64019 100755 --- a/src/languages/en.ts +++ b/src/languages/en.ts @@ -1462,7 +1462,7 @@ export default { title: 'What do you want to do today?', errorSelection: 'Please make a selection to continue.', errorContinue: 'Please press continue to get set up.', - errorBackButton: 'Finish onboarding so you can use the app.', + errorBackButton: 'Please finish the setup questions to start using the app.', [CONST.ONBOARDING_CHOICES.EMPLOYER]: 'Get paid back by my employer', [CONST.ONBOARDING_CHOICES.MANAGE_TEAM]: "Manage my team's expenses", [CONST.ONBOARDING_CHOICES.PERSONAL_SPEND]: 'Track and budget expenses',