diff options
author | Valentin Popov <info@valentineus.link> | 2017-12-22 17:58:27 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-12-22 17:58:27 +0300 |
commit | 2e57e732bae667c26e58bb8f4fcc52f3e649bf8f (patch) | |
tree | 611b307461d7e2d9a07e473c1f42fc88df21b305 | |
parent | 499f36d118380ce6994fa31944deb64867d022eb (diff) | |
download | local_webhooks-2e57e732bae667c26e58bb8f4fcc52f3e649bf8f.tar.xz local_webhooks-2e57e732bae667c26e58bb8f4fcc52f3e649bf8f.zip |
Fixed the text of the button
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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())); |