This commit is contained in:
Andrew Nicols 2024-09-25 13:18:37 +08:00
commit 0bb97d657b
No known key found for this signature in database
GPG key ID: 6D1E3157C8CFBF14
3 changed files with 6 additions and 3 deletions

View file

@ -196,6 +196,8 @@ $string['type_repository'] = 'Repository';
$string['type_repository_plural'] = 'Repositories'; $string['type_repository_plural'] = 'Repositories';
$string['type_search'] = 'Search engine'; $string['type_search'] = 'Search engine';
$string['type_search_plural'] = 'Search engines'; $string['type_search_plural'] = 'Search engines';
$string['type_smsgateway'] = 'SMS gateway';
$string['type_smsgateway_plural'] = 'SMS gateways';
$string['type_theme'] = 'Theme'; $string['type_theme'] = 'Theme';
$string['type_theme_plural'] = 'Themes'; $string['type_theme_plural'] = 'Themes';
$string['type_tool'] = 'Admin tool'; $string['type_tool'] = 'Admin tool';

View file

@ -70,9 +70,7 @@ class smsgateway extends base {
#[\Override] #[\Override]
public static function get_manage_url(): moodle_url { public static function get_manage_url(): moodle_url {
return new \moodle_url('/admin/settings.php', [ return new moodle_url('/sms/sms_gateways.php');
'section' => 'smsgateway',
]);
} }
#[\Override] #[\Override]

View file

@ -488,6 +488,9 @@
"simpledb", "simpledb",
"solr" "solr"
], ],
"smsgateway": [
"aws"
],
"theme": [ "theme": [
"boost", "boost",
"classic" "classic"