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;