diff --git a/report/competency/lang/en/report_competency.php b/report/competency/lang/en/report_competency.php
index ace8284ee62..1c368f96662 100644
--- a/report/competency/lang/en/report_competency.php
+++ b/report/competency/lang/en/report_competency.php
@@ -24,6 +24,7 @@
$string['competency'] = 'Competency';
$string['coursecompetencybreakdownsummary'] = 'A report of all the students in the course, and their progress towards the course competencies';
+$string['notrated'] = 'Not rated';
$string['pluginname'] = 'Competency breakdown';
$string['rating'] = 'Rating';
$string['usercompetencysummary'] = 'User competency summary';
diff --git a/report/competency/templates/user_competency_summary.mustache b/report/competency/templates/user_competency_summary.mustache
index 055f4a9e373..f1977e2eb9e 100644
--- a/report/competency/templates/user_competency_summary.mustache
+++ b/report/competency/templates/user_competency_summary.mustache
@@ -1 +1,4 @@
-{{#grade}}{{gradename}}{{/grade}}{{^grade}}Not rated{{/grade}}
+
+ {{#grade}}{{gradename}}{{/grade}}
+ {{^grade}}{{#str}}notrated, report_competency{{/str}}{{/grade}}
+