Browse Source
Task/improve localization of resources overview component (#6509)
* Improve localization
pull/6410/head
Thomas Kaul
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
1 deletions
-
apps/client/src/app/pages/resources/overview/resources-overview.component.html
|
|
|
@ -7,7 +7,9 @@ |
|
|
|
<div class="mb-4"> |
|
|
|
<h2 class="h5 mb-1 mt-0">{{ item.title }}</h2> |
|
|
|
<p class="mb-1">{{ item.description }}</p> |
|
|
|
<a [routerLink]="item.routerLink">Explore {{ item.title }} →</a> |
|
|
|
<a [routerLink]="item.routerLink" |
|
|
|
><ng-container i18n>Explore {{ item.title }}</ng-container> →</a |
|
|
|
> |
|
|
|
</div> |
|
|
|
} |
|
|
|
</div> |
|
|
|
|