From cacc025a05f8e6fa6394c2dd4f8959f418c2032f Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Fri, 22 Oct 2021 08:33:21 +0300 Subject: [PATCH] Typo --- lib/utils/i18n.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/i18n.dart b/lib/utils/i18n.dart index 5c8ee460b..f2d6142a3 100644 --- a/lib/utils/i18n.dart +++ b/lib/utils/i18n.dart @@ -19,7 +19,7 @@ mixin LocalizationsProvider on LocaleCodeAware { 'Save data locally to enable the app to start faster, disabling may improve performance in large accounts', 'persist_ui': 'Persist UI', 'persist_ui_help': - 'Save UI state locally to enable the to start at the last location, disabling may improve performance', + 'Save UI state locally to enable the app to start at the last location, disabling may improve performance', 'client_postal_code': 'Client Postal Code', 'client_vat_number': 'Client VAT Number', 'has_tasks': 'Has Tasks',