verifizierung
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<header class="page-header">
|
||||
<div>
|
||||
<h1>Listen</h1>
|
||||
<p>Deine persoenlichen Listify-Listen.</p>
|
||||
<p>Deine persönlichen Listify-Listen.</p>
|
||||
</div>
|
||||
|
||||
<a mat-flat-button routerLink="/lists/new">
|
||||
@@ -46,7 +46,7 @@
|
||||
mat-icon-button
|
||||
matSuffix
|
||||
type="button"
|
||||
aria-label="Suche loeschen"
|
||||
aria-label="Suche löschen"
|
||||
(click)="searchTerm.set('')"
|
||||
>
|
||||
<mat-icon aria-hidden="true">close</mat-icon>
|
||||
@@ -94,7 +94,7 @@
|
||||
@if (activeFilterCount() > 0 || sortOption() !== 'updated-desc') {
|
||||
<button mat-button type="button" (click)="resetFilters()">
|
||||
<mat-icon aria-hidden="true">restart_alt</mat-icon>
|
||||
Zuruecksetzen
|
||||
Zurücksetzen
|
||||
</button>
|
||||
}
|
||||
</div>
|
||||
@@ -108,7 +108,7 @@
|
||||
<p>Mit den aktuellen Filtern wurde keine Liste gefunden.</p>
|
||||
<button mat-stroked-button type="button" (click)="resetFilters()">
|
||||
<mat-icon aria-hidden="true">restart_alt</mat-icon>
|
||||
Filter zuruecksetzen
|
||||
Filter zurücksetzen
|
||||
</button>
|
||||
</mat-card-content>
|
||||
</mat-card>
|
||||
@@ -164,7 +164,7 @@
|
||||
[attr.data-onboarding]="onboarding.isListOpenTarget(list.id) ? 'open-list' : null"
|
||||
>
|
||||
<mat-icon aria-hidden="true">open_in_new</mat-icon>
|
||||
Oeffnen
|
||||
Öffnen
|
||||
</a>
|
||||
</mat-card-actions>
|
||||
</mat-card>
|
||||
|
||||
Reference in New Issue
Block a user