Merge branch 'MDL-61958-master' of git://github.com/sarjona/moodle

This commit is contained in:
David Monllao
2018-04-18 18:23:48 +02:00
committed by Eloy Lafuente (stronk7)
parent 99775a9f22
commit 8d3238d858
5 changed files with 245 additions and 2 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ class core_rss_renderer extends plugin_renderer_base {
$stroperation = get_string('operation', 'webservice');
$strtoken = get_string('key', 'webservice');
$return = $OUTPUT->heading(get_string('rss'), 3, 'main', true);
$return = $OUTPUT->heading(get_string('rss', 'rss'), 3, 'main', true);
$return .= $OUTPUT->box_start('generalbox webservicestokenui');
$return .= get_string('rsskeyshelp');