From ac044d30a002c2571021ab8376da02784a4abb69 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 22 Jan 2025 11:21:30 +1100 Subject: [PATCH] Updated translations for adding duplicate gateway --- lang/en/texts.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/texts.php b/lang/en/texts.php index de29b4e552..9d5c10c8f2 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -5494,6 +5494,7 @@ $lang = array( 'regenerate' => 'Regenerate', 'subscription_unavailable' => 'This item is no longer available', 'currency_samoan_tala' => 'Samoan Tala', + 'confirm_duplicate_gateway' => 'Are you sure you want to create another connection?', ); return $lang;