From a2d7da1f591e135dd5a8948109c3cb1af1ec374f Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Tue, 24 Nov 2020 16:11:13 +0100 Subject: [PATCH] Fix Illegal quoting --- compiler/errors/source/400_BAD_REQUEST.tsv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/errors/source/400_BAD_REQUEST.tsv b/compiler/errors/source/400_BAD_REQUEST.tsv index 50e2dec2..c72985bf 100644 --- a/compiler/errors/source/400_BAD_REQUEST.tsv +++ b/compiler/errors/source/400_BAD_REQUEST.tsv @@ -162,7 +162,7 @@ OFFSET_INVALID The offset parameter is invalid OFFSET_PEER_ID_INVALID The provided offset peer is invalid OPTIONS_TOO_MUCH The poll options are too many OPTION_INVALID The option specified is invalid and does not exist in the target poll -PACK_SHORT_NAME_INVALID Invalid sticker pack name. It must begin with a letter, can't contain consecutive underscores and must end in "_by_". +PACK_SHORT_NAME_INVALID Invalid sticker pack name. It must begin with a letter, can't contain consecutive underscores and must end in 'by_'. PACK_SHORT_NAME_OCCUPIED A sticker pack with this name already exists PARTICIPANTS_TOO_FEW The chat doesn't have enough participants PARTICIPANT_VERSION_OUTDATED The other participant is using an outdated Telegram app version @@ -296,4 +296,4 @@ WEBDOCUMENT_URL_EMPTY The web document URL is empty WEBDOCUMENT_URL_INVALID The web document URL is invalid WEBPAGE_CURL_FAILED Telegram server could not fetch the provided URL WEBPAGE_MEDIA_EMPTY The URL doesn't contain any valid media -YOU_BLOCKED_USER You blocked this user \ No newline at end of file +YOU_BLOCKED_USER You blocked this user