mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-66847 webservice: Correct breadcrumb + title for ws documentation.
This commit is contained in:
parent
4e90332195
commit
c3fe18506b
3 changed files with 9 additions and 5 deletions
|
@ -120,3 +120,4 @@ global,core_calendar
|
|||
globalevent,core_calendar
|
||||
globalevents,core_calendar
|
||||
eventtypeglobal,core_calendar
|
||||
documentation,core_webservice
|
||||
|
|
|
@ -60,7 +60,6 @@ $string['deletetokenconfirm'] = 'Do you really want to delete this web service t
|
|||
$string['disabledwarning'] = 'All web service protocols are disabled. The "Enable web services" setting can be found in Advanced features.';
|
||||
$string['doc'] = 'Documentation';
|
||||
$string['docaccessrefused'] = 'You are not allowed to see the documentation for this token';
|
||||
$string['documentation'] = 'web service documentation';
|
||||
$string['downloadfiles'] = 'Can download files';
|
||||
$string['downloadfiles_help'] = 'If enabled, any user can download files with their security keys. Of course they are restricted to the files they are allowed to download in the site.';
|
||||
$string['editaservice'] = 'Edit service';
|
||||
|
@ -241,3 +240,6 @@ $string['wsdocumentationintro'] = 'To create a client we advise you to read the
|
|||
$string['wsdocumentationlogin'] = 'or enter your web service username and password:';
|
||||
$string['wspassword'] = 'Web service password';
|
||||
$string['wsusername'] = 'Web service username';
|
||||
|
||||
// Deprecated since Moodle 3.9.
|
||||
$string['documentation'] = 'web service documentation';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue