Skip to content

Commit

Permalink
translations: translate search field label
Browse files Browse the repository at this point in the history
* Closes rero/sonar#957.

Co-Authored-by: Pascal Repond <pascal.repond@rero.ch>
  • Loading branch information
PascalRepond committed Dec 19, 2023
1 parent 68d512d commit 77709e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ <h5 *ngIf="typesInTabs.length === 1 && showLabel">
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 }}
</button>
<ng-template #fieldsDropdown>
<button dropdownToggle type="button"
Expand Down

0 comments on commit 77709e8

Please sign in to comment.