From 5a33c422787ad91b0d59be91ea0e55d74e9e8ab5 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 29 Mar 2020 09:27:13 +0300 Subject: [PATCH] Fix typo --- resources/lang/en/texts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 95b9cbf06435..6cb1db21ad4d 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -3270,7 +3270,7 @@ $LANG = array( 'sign_up_with_google' => 'Sign Up With Google', 'long_press_multiselect' => 'Long-press Multiselect', 'migrate_to_next_version' => 'Migrate to the next version of Invoice Ninja', - 'migrate_intro_text' => 'We\'ve been working on next version of Invoice Ninja. Click the button bellow to start the migration.', + 'migrate_intro_text' => 'We\'ve been working on next version of Invoice Ninja. Click the button below to start the migration.', 'start_migration' => 'Start Migration', 'auth' => 'Auth', 'endpoint' => 'Endpont',