Fixed the text of the button

This commit is contained in:
Valentin Popov 2017-12-22 18:58:27 +04:00
parent 499f36d118
commit 2e57e732ba

View File

@ -77,7 +77,7 @@ echo $OUTPUT->header();
/* Adds the add button */
$addserviceurl = new moodle_url($editservice);
echo $OUTPUT->single_button($addserviceurl, new lang_string("changessaved", "moodle"));
echo $OUTPUT->single_button($addserviceurl, new lang_string("add", "moodle"));
/* Adds a delete button */
$deleteallurl = new moodle_url($managerservice, array("deleteall" => true, "sesskey" => sesskey()));