From fd5db10bb08777e6ac22778b333d3f58223edbdb Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Thu, 12 May 2022 09:42:16 +0300 Subject: [PATCH] v6.0.1.0 Changelog: https://roxy-wi.org/changelog.py#6_0_1 --- app/templates/include/admin_backup.html | 2 +- inc/script.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/include/admin_backup.html b/app/templates/include/admin_backup.html index 12d3cdc1..29f9778e 100644 --- a/app/templates/include/admin_backup.html +++ b/app/templates/include/admin_backup.html @@ -28,7 +28,7 @@
+ Add git job

- You can read the description of all parameters here + You can read the description of all parameters here
{% endif %} diff --git a/inc/script.js b/inc/script.js index 9607610c..c06deb91 100644 --- a/inc/script.js +++ b/inc/script.js @@ -1238,7 +1238,7 @@ function clearTips() { function checkLength( o, n, min ) { if ( o.val().length < min ) { o.addClass( "ui-state-error" ); - updateTips("Filed "+n+" is required"); + updateTips("Field "+n+" is required"); return false; } else { return true;