aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-10-29 11:56:45 +0300
committerValentin Popov <info@valentineus.link>2017-10-29 11:56:45 +0300
commit098514660f6dc0e6c0e693647784a5fc346987d2 (patch)
tree89e644c8a86b5bb6efb5535807500cef866291ea
parent07970f36e35b87ad89b8b6011ed5a04c4a3022f9 (diff)
downloadlocal_webhooks-098514660f6dc0e6c0e693647784a5fc346987d2.tar.xz
local_webhooks-098514660f6dc0e6c0e693647784a5fc346987d2.zip
Edit translation
-rw-r--r--classes/editform.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/editform.php b/classes/editform.php
index ef61f52..f3b877b 100644
--- a/classes/editform.php
+++ b/classes/editform.php
@@ -90,7 +90,7 @@ class service_edit_form extends moodleform {
$mform->setType("token", PARAM_NOTAGS);
/* Additional information */
- $mform->addElement("text", "other", new lang_string("courserequestsupport", "moodle"), $size);
+ $mform->addElement("text", "other", new lang_string("sourceext", "plugin"), $size);
$mform->setType("other", PARAM_NOTAGS);
$mform->setAdvanced("other");