From 5baef3f69a1aa5d603fe73b63228f27bfb901c46 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 4 Feb 2021 11:08:56 +1100 Subject: [PATCH] add start migration texts --- resources/lang/en/texts.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index df9560565a5a..b328ab27f876 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -4136,6 +4136,8 @@ $LANG = array( 'online_payments_minimum_note' => 'Note: Online payments are supported only if amount is bigger than $1 or currency equivalent.', 'payment_token_not_found' => 'Payment token not found, please try again. If an issue still persist, try with another payment method', + ////////////////////////////////////// + 'start_migration' => 'Start Migration', ); return $LANG;