diff --git a/src/core/features/course/pages/course-summary/course-summary.html b/src/core/features/course/pages/course-summary/course-summary.html index 56baec734..46926639f 100644 --- a/src/core/features/course/pages/course-summary/course-summary.html +++ b/src/core/features/course/pages/course-summary/course-summary.html @@ -26,14 +26,23 @@ -

- +

+

+ {{ 'core.courses.aria:coursename' | translate }}

+ + {{ 'core.courses.aria:coursecategory' | translate }} + + + + +
diff --git a/src/core/features/course/pages/index/index.html b/src/core/features/course/pages/index/index.html index 0187dc8e4..2a234b5d5 100644 --- a/src/core/features/course/pages/index/index.html +++ b/src/core/features/course/pages/index/index.html @@ -21,10 +21,6 @@ -

- - -

{{ title }}

diff --git a/src/core/features/course/pages/index/index.ts b/src/core/features/course/pages/index/index.ts index 56e10b136..c6b24df14 100644 --- a/src/core/features/course/pages/index/index.ts +++ b/src/core/features/course/pages/index/index.ts @@ -238,7 +238,6 @@ export class CoreCourseIndexPage implements OnInit, OnDestroy { // Get the title to display initially. this.title = CoreCourseFormatDelegate.getCourseTitle(this.course); - this.category = 'categoryname' in this.course ? this.course.categoryname : ''; if ('overviewfiles' in this.course) { this.imageThumb = this.course.overviewfiles?.[0]?.fileurl; diff --git a/src/core/features/courses/components/course-list-item/core-courses-course-list-item.html b/src/core/features/courses/components/course-list-item/core-courses-course-list-item.html index 39bf2b5e2..fd2a803bc 100644 --- a/src/core/features/courses/components/course-list-item/core-courses-course-list-item.html +++ b/src/core/features/courses/components/course-list-item/core-courses-course-list-item.html @@ -70,7 +70,8 @@ class="core-course-category core-course-additional-info ion-text-nowrap"> {{ 'core.courses.aria:coursecategory' | translate }} - + +