Skip to content

Commit

Permalink
MDL-66989 tool_uploaduser: Fix incorrect 'More help' link in help popup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihail Geshoski committed Oct 25, 2019
1 parent 9f997f9 commit 8cc2a8c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions admin/tool/uploaduser/lang/en/tool_uploaduser.php
Expand Up @@ -67,9 +67,8 @@
* Each line of the file contains one record
* Each record is a series of data separated by commas (or other delimiters)
* The first record contains a list of fieldnames defining the format of the rest of the file
* Required fieldnames are username, password, firstname, lastname, email
<a href="https://docs.moodle.org/en/Upload_users" target="_blank">More help</a>';
* Required fieldnames are username, password, firstname, lastname, email';
$string['uploadusers_link'] = 'admin/tool/uploaduser/index';
$string['uploaduserspreview'] = 'Upload users preview';
$string['uploadusersresult'] = 'Upload users results';
$string['uploaduser:uploaduserpictures'] = 'Upload user pictures';
Expand Down

0 comments on commit 8cc2a8c

Please sign in to comment.