aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-12-21 10:36:42 +0300
committerValentin Popov <info@valentineus.link>2017-12-21 10:36:42 +0300
commita6c6081139936f58a271ae9cceaa7edbafd6e001 (patch)
treee13c3747e657831e82aba5c4641c5c506bf5e3f2
parent95602678336cfefc4ffbded82fa103b2d89c5ae0 (diff)
downloadlocal_webhooks-a6c6081139936f58a271ae9cceaa7edbafd6e001.tar.xz
local_webhooks-a6c6081139936f58a271ae9cceaa7edbafd6e001.zip
Edit translation
-rw-r--r--index.php2
-rw-r--r--restorebackup.php1
2 files changed, 2 insertions, 1 deletions
diff --git a/index.php b/index.php
index a4023b6..37b30b1 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("addaservice", "webservice"));
+echo $OUTPUT->single_button($addserviceurl, new lang_string("changessaved", "moodle"));
/* Adds a delete button */
$deleteallurl = new moodle_url($managerservice, array("deleteall" => true, "sesskey" => sesskey()));
diff --git a/restorebackup.php b/restorebackup.php
index c748d66..174a9b2 100644
--- a/restorebackup.php
+++ b/restorebackup.php
@@ -61,4 +61,5 @@ echo $OUTPUT->header();
/* Displays the form */
$mform->display();
+/* Footer */
echo $OUTPUT->footer(); \ No newline at end of file