Skip to content
Snippets Groups Projects
Commit d38c5144 authored by Ryan Smith's avatar Ryan Smith
Browse files

ci(lint): Fixes linting error.

parent d5d9bf29
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ if ($hassiteconfig) {
$settings->add(new admin_setting_configcheckbox('logstore_xapi/mbox',
get_string('mbox', 'logstore_xapi'),
get_string('mbox_desc', 'logstore_xapi'), 0));
$settings->add(new admin_setting_configcheckbox('logstore_xapi/username',
get_string('username', 'logstore_xapi'),
get_string('username_desc', 'logstore_xapi'), 0));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment