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',