diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-29 11:56:45 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-29 11:56:45 +0300 |
commit | 098514660f6dc0e6c0e693647784a5fc346987d2 (patch) | |
tree | 89e644c8a86b5bb6efb5535807500cef866291ea | |
parent | 07970f36e35b87ad89b8b6011ed5a04c4a3022f9 (diff) | |
download | local_webhooks-098514660f6dc0e6c0e693647784a5fc346987d2.tar.xz local_webhooks-098514660f6dc0e6c0e693647784a5fc346987d2.zip |
Edit translation
-rw-r--r-- | classes/editform.php | 2 |
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"); |