From dd6b8d142301bf36d7a70ae3f2267dd3bd1cbe5e Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 14 Jun 2023 08:15:03 +1000 Subject: [PATCH] Add hungarian language --- lang/en/texts.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/texts.php b/lang/en/texts.php index f9b88963cd72..f3fc5bc6be49 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -5106,6 +5106,7 @@ $LANG = array( 'project_location' => 'Project Location', 'add_gateway_help_message' => 'Add a payment gateway (ie. Stripe, WePay or PayPal) to accept online payments', 'lang_Hungarian' => 'Hungarian', + 'use_mobile_to_manage_plan' => 'Use your phone subscription settings to manage your plan', );