From 2e57e732bae667c26e58bb8f4fcc52f3e649bf8f Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 22 Dec 2017 18:58:27 +0400 Subject: Fixed the text of the button --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 37b30b1..f223849 100644 --- a/index.php +++ b/index.php @@ -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())); -- cgit v1.2.3