From 77709e838a82c7a369121264e491b408445faa01 Mon Sep 17 00:00:00 2001 From: Pascal Repond Date: Tue, 19 Dec 2023 08:35:44 +0100 Subject: [PATCH] translations: translate search field label * Closes https://github.com/rero/sonar/issues/957. Co-Authored-by: Pascal Repond --- .../ng-core/src/lib/record/search/record-search.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rero/ng-core/src/lib/record/search/record-search.component.html b/projects/rero/ng-core/src/lib/record/search/record-search.component.html index 9f3f75c5..e3b46529 100644 --- a/projects/rero/ng-core/src/lib/record/search/record-search.component.html +++ b/projects/rero/ng-core/src/lib/record/search/record-search.component.html @@ -126,7 +126,7 @@
class="btn btn-outline-primary btn-sm text-left" [ngClass]="{ active: selectedSearchFields[0] === searchFields[0] }" (click)="searchInField(searchFields[0])"> - {{ 'Search in' | translate }} {{ searchFields[0].label | lowercase }} + {{ 'Search in' | translate }} {{ searchFields[0].label }}