From 1f2577792976d918f87c0d54946e75e02c49501d Mon Sep 17 00:00:00 2001 From: John Preston Date: Sun, 19 Sep 2021 11:32:53 +0300 Subject: [PATCH] Update watching emoji interaction phrase. --- Telegram/Resources/langs/lang.strings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/Resources/langs/lang.strings b/Telegram/Resources/langs/lang.strings index 537b7ed4fa..87c7b96899 100644 --- a/Telegram/Resources/langs/lang.strings +++ b/Telegram/Resources/langs/lang.strings @@ -1618,7 +1618,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL "lng_user_action_upload_file" = "{user} is sending a file"; "lng_send_action_choose_sticker" = "choosing a sticker"; "lng_user_action_choose_sticker" = "{user} is choosing a sticker"; -"lng_user_action_watching_animations" = "watching {emoji} animations"; +"lng_user_action_watching_animations" = "watching {emoji}"; "lng_unread_bar#one" = "{count} unread message"; "lng_unread_bar#other" = "{count} unread messages"; "lng_unread_bar_some" = "Unread messages";