From d72999fb049e8de11e116b88da138e3d1f7929fb Mon Sep 17 00:00:00 2001 From: Bastian Rihm Date: Wed, 27 Sep 2023 13:21:03 +0200 Subject: [PATCH] Fix wrong import --- .../easter-egg/modules/chess-dialog/chess-dialog.module.ts | 2 +- .../components/chess-dialog/chess-dialog.component.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/app/ui/modules/sidenav/modules/easter-egg/modules/chess-dialog/chess-dialog.module.ts b/client/src/app/ui/modules/sidenav/modules/easter-egg/modules/chess-dialog/chess-dialog.module.ts index 3125c69de8..3f804a233f 100644 --- a/client/src/app/ui/modules/sidenav/modules/easter-egg/modules/chess-dialog/chess-dialog.module.ts +++ b/client/src/app/ui/modules/sidenav/modules/easter-egg/modules/chess-dialog/chess-dialog.module.ts @@ -1,8 +1,8 @@ import { CommonModule } from '@angular/common'; import { NgModule } from '@angular/core'; import { MatButtonModule } from '@angular/material/button'; -import { MatDialogModule } from '@angular/material/dialog'; import { MatIconModule } from '@angular/material/icon'; +import { MatLegacyDialogModule as MatDialogModule } from '@angular/material/legacy-dialog'; import { OpenSlidesTranslationModule } from 'src/app/site/modules/translations'; import { ChessDialogComponent } from './components/chess-dialog/chess-dialog.component'; diff --git a/client/src/app/ui/modules/sidenav/modules/easter-egg/modules/chess-dialog/components/chess-dialog/chess-dialog.component.html b/client/src/app/ui/modules/sidenav/modules/easter-egg/modules/chess-dialog/components/chess-dialog/chess-dialog.component.html index 8093e628c5..039a33d8fe 100644 --- a/client/src/app/ui/modules/sidenav/modules/easter-egg/modules/chess-dialog/components/chess-dialog/chess-dialog.component.html +++ b/client/src/app/ui/modules/sidenav/modules/easter-egg/modules/chess-dialog/components/chess-dialog/chess-dialog.component.html @@ -1,4 +1,4 @@ - +

{{ caption | translate }}