From b10d7f16e4fc7a83eadb7a4af2f4270f3a966738 Mon Sep 17 00:00:00 2001 From: Edgar Ostrowski Date: Mon, 24 Aug 2020 17:34:20 +0200 Subject: [PATCH] Fix for invalid English translation strings --- src/lang/en_US.lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang/en_US.lang.php b/src/lang/en_US.lang.php index e6c412e7..c8e6fbe5 100644 --- a/src/lang/en_US.lang.php +++ b/src/lang/en_US.lang.php @@ -409,8 +409,8 @@ $sm_lang = array( 'telegram_error' => 'An error has occurred while sending the Telegram notification: %s', 'telegram_error_notoken' => 'Unable to send test notification: no Telegram API token found in the global configuration.', 'telegram_error_noid' => 'Unable to send test notification: no chat id found in your profile.', - 'jabber_sent' => 'Telegram notification sent', - 'jabber_error' => 'An error has occurred while sending the Telegram notification: %s', + 'jabber_sent' => 'Jabber notification sent', + 'jabber_error' => 'An error has occurred while sending the Jabber notification: %s', 'jabber_error_noconfig' => 'Unable to send test notification: no Jabber account set in the global configuration.', 'jabber_error_noaccount' => 'Unable to send test notification: no Jabber account found in your profile.', 'log_retention_period' => 'Log retention period',