From 7d07cfb2f7009f8ebc3a0026c8e47289f1f6d440 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sat, 18 Feb 2023 08:12:43 +1100 Subject: [PATCH] Minor fixes for types --- lang/en/texts.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/en/texts.php b/lang/en/texts.php index 7c3a28af4e1b..96c46d70285d 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -4952,7 +4952,8 @@ $LANG = [ 'update_payment' => 'Update Payment', 'markup' => 'Markup', 'unlock_pro' => 'Unlock Pro', - 'preferences' => 'Preferences' + 'preferences' => 'Preferences', + 'click_to_variables' => 'Client here to see all variables.', ];