From 791ccf5ab3919796d02b9c977b6c57b361c6aedd Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Tue, 1 Aug 2023 11:57:00 +0300 Subject: [PATCH] fix 46 and 48 lines --- patches/Augmented translation/ru.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/patches/Augmented translation/ru.json b/patches/Augmented translation/ru.json index 913437c..21c208f 100644 --- a/patches/Augmented translation/ru.json +++ b/patches/Augmented translation/ru.json @@ -184,7 +184,7 @@ "replace": "\"Логотип групповой сессии\"" }, "46": { - "match": "\"Leave the group session?\"", + "match": "\"Leave the group session.\"", "replace": "\"Покинуть групповую сессию?\"" }, "47": { @@ -192,11 +192,11 @@ "replace": "\"Завершить\"" }, "48": { - "match": "\"Are you sure you want to end the session for everyone?\"", + "match": "\"Are you sure you want to end the session for everyone.\"", "replace": "\"Вы уверены, что хотите завершить сеанс для всех?\"" }, "49": { "match": "\"End session\"", "replace": "\"Завершить сессию\"" } -} \ No newline at end of file +}