Skip to content

Commit 64c7386

Browse files
committed
fix lint
1 parent 02a97e6 commit 64c7386

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/features/spaces/dashboard/dashboard.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h3 class="text-base font-semibold leading-6">Translations</h3>
106106
{{ locale.name }}
107107
</mat-card-title>
108108
<mat-card-subtitle>
109-
{{ localeProgress | percent:'1.0-2' }} - {{ localeCount }} from {{ overview.translationsCount }}
109+
{{ localeProgress | percent: '1.0-2' }} - {{ localeCount }} from {{ overview.translationsCount }}
110110
</mat-card-subtitle>
111111
</mat-card-header>
112112
<mat-card-content class="my-5">

0 commit comments

Comments
 (0)