Commit bc33cbc7 authored by Dennis Willers's avatar Dennis Willers
Browse files

Alle Begriff durchgespielt Meldung anzeigen

parent fffdf3d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -214,7 +214,7 @@ export class OverviewComponent implements OnInit, OnDestroy {
      });
    }).catch((err: HttpErrorResponse) => {
      if (err.status === 502) {
        console.log('POP UP HIER ÖFFNEN');
        this.openDialog();
      }
    });
  }
+2 −2
Original line number Diff line number Diff line
<h1 mat-dialog-title>Ihr habt alle Begriffe durchgespielt!</h1>
<div mat-dialog-content>Eröffnet einen neuen Raum oder setzt den Fortschritt sofort hier zurück:</div>
<div mat-dialog-content>Eröffnet einen neuen Raum, um die Begriffe wieder von vorne zu spielen!</div>
<div mat-dialog-actions>
  <button mat-raised-button>Zurücksetzen</button>
  <!--button mat-raised-button>Zurücksetzen</button-->
  <button mat-raised-button color="primary" mat-dialog-close>Schließen</button>
</div>