From 3a44e5126fd2c596dff7dfe41fda9be576f2a333 Mon Sep 17 00:00:00 2001 From: Paul Holden Date: Thu, 20 Mar 2025 15:04:29 +0000 Subject: [PATCH] MDL-84538 lang: remove duplicated badge language string. --- lang/en/badges.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lang/en/badges.php b/lang/en/badges.php index c45b96459c3..95c43c14d71 100644 --- a/lang/en/badges.php +++ b/lang/en/badges.php @@ -312,7 +312,6 @@ $string['error:invalidparambadge'] = 'Badge does not exist. '; $string['error:noactivities'] = 'There are no activities with completion criteria enabled in this course.'; $string['error:nobadges'] = 'There are currently no badges with access enabled to be added as criteria. A site badge can only have other site badges as criteria. A course badge can have other course badges or site badges as criteria.'; $string['error:invalidparamcohort'] = 'Cohort does not exist. '; -$string['error:noactivities'] = 'There are no activities with completion criteria enabled in this course.'; $string['error:nocohorts'] = 'No cohorts'; $string['error:nocourses'] = 'Course completion is not enabled for any of the courses in this site, so none can be displayed. Course completion may be enabled in the course settings.'; $string['error:nogroupssummary'] = '

There are no public collections of badges available in your backpack.

';