mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
webservice MDL-21351 trivial text changes on the admin Manage protocol page
This commit is contained in:
parent
94e90ab7b7
commit
b24b55eb24
@ -11,7 +11,7 @@ $string['apiexplorer'] = 'API explorer';
|
||||
$string['apiexplorernotavalaible'] = 'API explorer not available yet.';
|
||||
$string['arguments'] = 'Arguments';
|
||||
$string['authmethod'] = 'Authentication method';
|
||||
$string['configwebserviceplugins'] = 'For security reasons enable only protocols that are used.';
|
||||
$string['configwebserviceplugins'] = 'For security reasons only protocols that are in used should be enabled .';
|
||||
$string['context'] = 'Context';
|
||||
$string['createtoken'] = 'Create token';
|
||||
$string['deleteservice'] = 'Delete the service: $a->name (id: $a->id)';
|
||||
|
@ -6408,7 +6408,7 @@ class admin_setting_managewebserviceprotocols extends admin_setting {
|
||||
$table->data[] = array($displayname, $version, $hideshow, $uninstall, $settings);
|
||||
}
|
||||
$return .= $OUTPUT->table($table);
|
||||
$return .= get_string('configwebserviceplugins', 'webservice').'<br />'.get_string('tablenosave', 'admin');
|
||||
$return .= get_string('configwebserviceplugins', 'webservice');
|
||||
$return .= $OUTPUT->box_end();
|
||||
|
||||
return highlight($query, $return);
|
||||
|
Loading…
x
Reference in New Issue
Block a user