Skip to content

Commit a467f00

Browse files
authored
feat(Settings): Attempts to reduce confusion in LRS configuration.
A common confusion during setup is that admins tend to enter their own LRS login information in the username and password rather than their LRS API key and secret.
1 parent 2d1fd06 commit a467f00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lang/en/logstore_xapi.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616

1717
defined('MOODLE_INTERNAL') || die();
1818

19-
$string['endpoint'] = 'Endpoint';
19+
$string['endpoint'] = 'Your LRS endpoint for the xAPI';
2020
$string['settings'] = 'General Settings';
2121
$string['xapifieldset'] = 'Custom example fieldset';
2222
$string['xapi'] = 'xAPI';
23-
$string['password'] = 'Password';
23+
$string['password'] = 'Your LRS basic auth secret/password for the xAPI';
2424
$string['pluginadministration'] = 'Logstore xAPI administration';
2525
$string['pluginname'] = 'Logstore xAPI';
2626
$string['submit'] = 'Submit';
27-
$string['username'] = 'Username';
27+
$string['username'] = 'Your LRS basic auth key/username for the xAPI';
2828
$string['xapisettingstitle'] = 'Logstore xAPI Settings';
2929
$string['backgroundmode'] = 'Send statements by scheduled task?';
3030
$string['backgroundmode_desc'] = 'This will force Moodle to send the statements to the LRS in the background,

0 commit comments

Comments
 (0)