aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-12-22 17:58:27 +0300
committerValentin Popov <info@valentineus.link>2017-12-22 17:58:27 +0300
commit2e57e732bae667c26e58bb8f4fcc52f3e649bf8f (patch)
tree611b307461d7e2d9a07e473c1f42fc88df21b305
parent499f36d118380ce6994fa31944deb64867d022eb (diff)
downloadlocal_webhooks-2e57e732bae667c26e58bb8f4fcc52f3e649bf8f.tar.xz
local_webhooks-2e57e732bae667c26e58bb8f4fcc52f3e649bf8f.zip
Fixed the text of the button
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
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()));