diff --git a/routeSQL.php b/routeSQL.php index 5573682..cad2294 100644 --- a/routeSQL.php +++ b/routeSQL.php @@ -577,8 +577,8 @@ echo $content; unset ($field); } - $field = new formfield ("submit", _("Save the zone")); - $field->defaults = _("Save the zone"); + $field = new formfield ("submit", _("Save the datas")); + $field->defaults = _("Save the datas"); $field->type = "submit"; $fields[] = $field; unset ($field);