Merge pull request #93 from Stivo182/main

Текстовые исправления
This commit is contained in:
Dmitry Ivanov
2025-01-08 22:09:13 +03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
.Версия("1.0.0")
.Автор("Alexander Osadchy, Dmitry Ivanov, Gleb Bogachev")
.АдресАвтора("https://github.com/alei1180, https://github.com/Stivo182, https://github.com/pinkycat")
.Описание("Преобразователь команды curl в код на языке 1С")
.Описание("Конвертер команды curl в код на языке 1С")
.ВерсияСреды("1.9.1")
.ВключитьФайл("src")
.ВключитьФайл("img")
+1 -1
View File
@@ -175,7 +175,7 @@
errors = this.response.errors;
} else {
errors.push({
text: 'Неудалось выполнить запрос',
text: 'Не удалось выполнить запрос',
critical: true
});
}