Skip to content

Commit

Permalink
feat(Settings): Attempts to reduce confusion in LRS configuration.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ryasmi committed Nov 29, 2019
1 parent 2d1fd06 commit a467f00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lang/en/logstore_xapi.php
Expand Up @@ -16,15 +16,15 @@

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

$string['endpoint'] = 'Endpoint';
$string['endpoint'] = 'Your LRS endpoint for the xAPI';
$string['settings'] = 'General Settings';
$string['xapifieldset'] = 'Custom example fieldset';
$string['xapi'] = 'xAPI';
$string['password'] = 'Password';
$string['password'] = 'Your LRS basic auth secret/password for the xAPI';
$string['pluginadministration'] = 'Logstore xAPI administration';
$string['pluginname'] = 'Logstore xAPI';
$string['submit'] = 'Submit';
$string['username'] = 'Username';
$string['username'] = 'Your LRS basic auth key/username for the xAPI';
$string['xapisettingstitle'] = 'Logstore xAPI Settings';
$string['backgroundmode'] = 'Send statements by scheduled task?';
$string['backgroundmode_desc'] = 'This will force Moodle to send the statements to the LRS in the background,
Expand Down

0 comments on commit a467f00

Please sign in to comment.