diff --git a/src/addon/mod/book/components/index/addon-mod-assign-submission-index.html b/src/addon/mod/book/components/index/addon-mod-book-index.html similarity index 100% rename from src/addon/mod/book/components/index/addon-mod-assign-submission-index.html rename to src/addon/mod/book/components/index/addon-mod-book-index.html diff --git a/src/addon/mod/book/components/index/index.ts b/src/addon/mod/book/components/index/index.ts index 368d1192f..e419d9716 100644 --- a/src/addon/mod/book/components/index/index.ts +++ b/src/addon/mod/book/components/index/index.ts @@ -26,7 +26,7 @@ import { AddonModBookTocPopoverComponent } from '../../components/toc-popover/to */ @Component({ selector: 'addon-mod-book-index', - templateUrl: 'addon-mod-assign-submission-index.html', + templateUrl: 'addon-mod-book-index.html', }) export class AddonModBookIndexComponent extends CoreCourseModuleMainResourceComponent { component = AddonModBookProvider.COMPONENT; diff --git a/src/addon/mod/chat/components/index/addon-mod-assign-submission-index.html b/src/addon/mod/chat/components/index/addon-mod-chat-index.html similarity index 100% rename from src/addon/mod/chat/components/index/addon-mod-assign-submission-index.html rename to src/addon/mod/chat/components/index/addon-mod-chat-index.html diff --git a/src/addon/mod/chat/components/index/index.ts b/src/addon/mod/chat/components/index/index.ts index a3da0d043..15f382a00 100644 --- a/src/addon/mod/chat/components/index/index.ts +++ b/src/addon/mod/chat/components/index/index.ts @@ -24,7 +24,7 @@ import * as moment from 'moment'; */ @Component({ selector: 'addon-mod-chat-index', - templateUrl: 'addon-mod-assign-submission-index.html', + templateUrl: 'addon-mod-chat-index.html', }) export class AddonModChatIndexComponent extends CoreCourseModuleMainActivityComponent { component = AddonModChatProvider.COMPONENT;