From ba1ffdb92b6b5462b46a2c229fd29179335769f2 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Wed, 18 Apr 2018 15:18:51 +0200 Subject: [PATCH] More concise error description --- compiler/error/source/500_INTERNAL_SERVER_ERROR.tsv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/error/source/500_INTERNAL_SERVER_ERROR.tsv b/compiler/error/source/500_INTERNAL_SERVER_ERROR.tsv index dcda1e38..dcdc1ee0 100644 --- a/compiler/error/source/500_INTERNAL_SERVER_ERROR.tsv +++ b/compiler/error/source/500_INTERNAL_SERVER_ERROR.tsv @@ -1,4 +1,4 @@ id message AUTH_RESTART User authorization has restarted -RPC_CALL_FAIL The method can't be called because Telegram is having internal problems. Please try again later -RPC_MCGET_FAIL The method can't be called because Telegram is having internal problems. Please try again later \ No newline at end of file +RPC_CALL_FAIL Telegram is having internal problems. Please try again later +RPC_MCGET_FAIL Telegram is having internal problems. Please try again later \ No newline at end of file