From db646aa40bb37010d2ef0443bb91e5bf6beb6dab Mon Sep 17 00:00:00 2001 From: Dmitry Yaskovich Date: Wed, 27 Apr 2022 21:10:47 +0300 Subject: [PATCH 1/3] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38a1bfcb9..e43beed14 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ https://www.reddit.com/r/UptimeKuma/ Check out the latest beta release here: https://github.com/louislam/uptime-kuma/releases ### Bug Reports / Feature Requests -If you want to report a bug or request a new feature. Free feel to open a [new issue](https://github.com/louislam/uptime-kuma/issues). +If you want to report a bug or request a new feature, feel free to open a [new issue](https://github.com/louislam/uptime-kuma/issues). ### Translations If you want to translate Uptime Kuma into your language, please read: https://github.com/louislam/uptime-kuma/tree/master/src/languages From d3bd2976c52c6501c70eff79835c00b06cd5b0fd Mon Sep 17 00:00:00 2001 From: Dmitry Yaskovich Date: Wed, 27 Apr 2022 21:18:47 +0300 Subject: [PATCH 2/3] Fix typo in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0ee006df5..9dcf760ea 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,7 +44,7 @@ My long story here: https://www.reddit.com/r/UptimeKuma/comments/t1t6or/comment/ ### Recommended Pull Request Guideline -Before deep into coding, disscussion first is preferred. Creating an empty pull request for disscussion would be recommended. +Before deep into coding, discussion first is preferred. Creating an empty pull request for discussion would be recommended. 1. Fork the project 1. Clone your fork repo to local From 7078b062729f27bdb12255ce51d8a05cbd6c551b Mon Sep 17 00:00:00 2001 From: Dmitry Yaskovich Date: Wed, 27 Apr 2022 21:22:42 +0300 Subject: [PATCH 3/3] Fix typo in Russian localization --- src/languages/ru-RU.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/languages/ru-RU.js b/src/languages/ru-RU.js index 5e889e52d..ae655e7da 100644 --- a/src/languages/ru-RU.js +++ b/src/languages/ru-RU.js @@ -381,7 +381,7 @@ export default { smtpDkimPrivateKey: "Приватный ключ", smtpDkimHashAlgo: "Алгоритм хэша (опционально)", smtpDkimheaderFieldNames: "Заголовок ключей для подписи (опционально)", - smtpDkimskipFields: "Заколовок ключей не для подписи (опционально)", + smtpDkimskipFields: "Заголовок ключей не для подписи (опционально)", gorush: "Gorush", alerta: "Alerta", alertaApiEndpoint: "Конечная точка API",