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 0877623
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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
1 change: 0 additions & 1 deletion projects/sonar/src/manual_translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ _('label');
_('mimetype');
_('order');
_('restricted_outside_organisation');
_('full-text');

// Deposit steps
_('step_create');
Expand Down

0 comments on commit 0877623

Please sign in to comment.