From c637b11909a06d6593de5178f55e0b1c68beabfd Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Mon, 27 Jan 2025 17:31:44 +0300 Subject: [PATCH] Translation of the missing key `webhook_error_occurred` into Russian --- resources/lang/ru/errors.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/ru/errors.php b/resources/lang/ru/errors.php index 4b32cde3e..c4f985720 100644 --- a/resources/lang/ru/errors.php +++ b/resources/lang/ru/errors.php @@ -18,4 +18,5 @@ 'failed_to_get_log_from_telegram' => 'Не удалось получить журнал логов с сервера Телеграм', 'failed_to_register_webhook' => 'Ошибка регистрации вебхука', 'failed_to_unregister_webhook' => 'Ошибка удаления вебхука', + 'webhook_error_occurred' => 'Извините, произошла ошибка', ];