diff --git a/libs/features/creature/src/creature-template/creature-template.component.html b/libs/features/creature/src/creature-template/creature-template.component.html
index cbc05ac6985..44bd7d08698 100644
--- a/libs/features/creature/src/creature-template/creature-template.component.html
+++ b/libs/features/creature/src/creature-template/creature-template.component.html
@@ -230,7 +230,9 @@
{{ 'CREATURE.TEMPLATE.MODELS' | translate }}
- Models will be added in a future Keira3 release in a new editor tab.
+ Models are now available in the Creature Template Model editor.
diff --git a/libs/features/creature/src/creature-template/creature-template.component.ts b/libs/features/creature/src/creature-template/creature-template.component.ts
index 8f82f52997a..de1fe533dc9 100644
--- a/libs/features/creature/src/creature-template/creature-template.component.ts
+++ b/libs/features/creature/src/creature-template/creature-template.component.ts
@@ -40,6 +40,7 @@ import { TranslateModule } from '@ngx-translate/core';
import { TooltipModule } from 'ngx-bootstrap/tooltip';
import { CreatureHandlerService } from '../creature-handler.service';
import { CreatureTemplateService } from './creature-template.service';
+import { RouterLink } from '@angular/router';
@Component({
changeDetection: ChangeDetectionStrategy.OnPush,
@@ -62,6 +63,7 @@ import { CreatureTemplateService } from './creature-template.service';
GenericOptionSelectorComponent,
BooleanOptionSelectorComponent,
IconSelectorComponent,
+ RouterLink,
],
})
export class CreatureTemplateComponent extends SingleRowEditorComponent {