Skip to content

Commit

Permalink
fix: preselect the english language
Browse files Browse the repository at this point in the history
  • Loading branch information
rengert committed Aug 19, 2022
1 parent a5ec738 commit 6b88769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<section class="tw-px-8">
<mat-button-toggle-group>
<mat-button-toggle (click)="setLanguage('de')">Deutsch</mat-button-toggle>
<mat-button-toggle (click)="setLanguage('en')">English</mat-button-toggle>
<mat-button-toggle (click)="setLanguage('en')" [checked]="true">English</mat-button-toggle>
</mat-button-toggle-group>
<h1 translate>content.headline.first</h1>
<p translate>content.text.1</p>
Expand Down

0 comments on commit 6b88769

Please sign in to comment.