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 6b7dd53 commit 8ad2791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/sonar/src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export class AppRoutingModule {
aggregationsBucketSize: 10,
searchFields: [
{
label: this._translateService.instant('Full-text'),
label: this._translateService.instant('full-text'),
path: 'fulltext'
}
],
Expand Down Expand Up @@ -267,7 +267,7 @@ export class AppRoutingModule {
},
searchFields: [
{
label: this._translateService.instant('Full-text'),
label: this._translateService.instant('full-text'),
path: 'fulltext',
},
],
Expand Down

0 comments on commit 8ad2791

Please sign in to comment.