diff --git a/grade/report/user/lang/en/gradereport_user.php b/grade/report/user/lang/en/gradereport_user.php index b416f71050c..63b67cc64e5 100644 --- a/grade/report/user/lang/en/gradereport_user.php +++ b/grade/report/user/lang/en/gradereport_user.php @@ -30,7 +30,7 @@ $string['gotonextreport'] = 'Go to next user report'; $string['gotopreviousreport'] = 'Go to previous user report'; $string['pluginname'] = 'User report'; $string['user:view'] = 'View your own grade report'; +$string['userreportdesc'] = 'View a user\'s grades, any feedback and the course total.'; +$string['userreports'] = 'User reports'; $string['privacy:metadata:preference:gradereport_user_view_user'] = 'Whether to view report as current user or another user in the gradebook reports'; -$string['selectuser'] = 'Select a user to view their grades'; -$string['selectuserinstructions'] = 'By selecting a user you can view the grades by activity'; $string['tablesummary'] = 'The table is arranged as a list of graded items including categories of graded items. When items are in a category they will be indicated as such.'; diff --git a/grade/report/user/templates/zero_state.mustache b/grade/report/user/templates/zero_state.mustache index 496d90bd76c..3d07c13c49f 100644 --- a/grade/report/user/templates/zero_state.mustache +++ b/grade/report/user/templates/zero_state.mustache @@ -25,7 +25,7 @@ } }}
{{#str}}selectuserinstructions, gradereport_user{{/str}}
+ +{{#str}}userreportdesc, gradereport_user{{/str}}