diff --git a/scripts/langindex.json b/scripts/langindex.json index df9739345..51096032f 100644 --- a/scripts/langindex.json +++ b/scripts/langindex.json @@ -1906,6 +1906,7 @@ "core.noresults": "moodle", "core.noselection": "form", "core.notapplicable": "local_moodlemobileapp", + "core.notavailable": "moodle", "core.notenrolledprofile": "moodle", "core.notice": "moodle", "core.notingroup": "moodle", diff --git a/src/assets/lang/en.json b/src/assets/lang/en.json index 6d3fd2ffe..c21658b17 100644 --- a/src/assets/lang/en.json +++ b/src/assets/lang/en.json @@ -1906,6 +1906,7 @@ "core.noresults": "No results", "core.noselection": "No selection", "core.notapplicable": "n/a", + "core.notavailable": "Not available", "core.notenrolledprofile": "This profile is not available because this user is not enrolled in this course.", "core.notice": "Notice", "core.notingroup": "Sorry, but you need to be part of a group to see this page.", diff --git a/src/core/course/components/format/core-course-format.html b/src/core/course/components/format/core-course-format.html index 8ce6d7b62..fe87a85a1 100644 --- a/src/core/course/components/format/core-course-format.html +++ b/src/core/course/components/format/core-course-format.html @@ -73,12 +73,13 @@
- + -

+

{{ 'core.course.hiddenfromstudents' | translate }} + {{ 'core.notavailable' | translate }}

diff --git a/src/core/course/pages/section-selector/section-selector.html b/src/core/course/pages/section-selector/section-selector.html index e8af2bc87..9fdbf9eb8 100644 --- a/src/core/course/pages/section-selector/section-selector.html +++ b/src/core/course/pages/section-selector/section-selector.html @@ -16,6 +16,7 @@

{{ 'core.course.hiddenfromstudents' | translate }} + {{ 'core.notavailable' | translate }} diff --git a/src/lang/en.json b/src/lang/en.json index 40da0174b..b5f8447aa 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -189,6 +189,7 @@ "noresults": "No results", "noselection": "No selection", "notapplicable": "n/a", + "notavailable": "Not available", "notenrolledprofile": "This profile is not available because this user is not enrolled in this course.", "notice": "Notice", "nooptionavailable": "No option available",