diff --git a/src/addons/mod/resource/components/index/index.ts b/src/addons/mod/resource/components/index/index.ts index a5d38511a..897711e19 100644 --- a/src/addons/mod/resource/components/index/index.ts +++ b/src/addons/mod/resource/components/index/index.ts @@ -208,7 +208,7 @@ export class AddonModResourceIndexComponent extends CoreCourseModuleMainResource // Warn the user that the file isn't updated. const alert = await CoreDomUtils.showAlert( undefined, - Translate.instant('addon.mod_resource.resourcestatusoutdated'), + Translate.instant('addon.mod_resource.resourcestatusoutdatedconfirm'), ); await alert.onWillDismiss();