webservice MDL-21351 trivial text changes on the admin Manage protocol page
This commit is contained in:
@@ -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)';
|
||||
|
||||
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user