We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a97e6 commit 64c7386Copy full SHA for 64c7386
1 file changed
src/app/features/spaces/dashboard/dashboard.component.html
@@ -106,7 +106,7 @@ <h3 class="text-base font-semibold leading-6">Translations</h3>
106
{{ locale.name }}
107
</mat-card-title>
108
<mat-card-subtitle>
109
- {{ localeProgress | percent:'1.0-2' }} - {{ localeCount }} from {{ overview.translationsCount }}
+ {{ localeProgress | percent: '1.0-2' }} - {{ localeCount }} from {{ overview.translationsCount }}
110
</mat-card-subtitle>
111
</mat-card-header>
112
<mat-card-content class="my-5">
0 commit comments