From 08776238a3a1355987209dafd65964b0122772a8 Mon Sep 17 00:00:00 2001 From: Pascal Repond Date: Tue, 19 Dec 2023 11:10:17 +0100 Subject: [PATCH] translations: translate search field label - Closes https://github.com/rero/sonar/issues/957. Co-Authored-by: Pascal Repond --- projects/sonar/src/app/app-routing.module.ts | 4 ++-- projects/sonar/src/manual_translations.ts | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/projects/sonar/src/app/app-routing.module.ts b/projects/sonar/src/app/app-routing.module.ts index e24322b7..5aa3355a 100644 --- a/projects/sonar/src/app/app-routing.module.ts +++ b/projects/sonar/src/app/app-routing.module.ts @@ -131,7 +131,7 @@ export class AppRoutingModule { aggregationsBucketSize: 10, searchFields: [ { - label: this._translateService.instant('Full-text'), + label: this._translateService.instant('full-text'), path: 'fulltext' } ], @@ -267,7 +267,7 @@ export class AppRoutingModule { }, searchFields: [ { - label: this._translateService.instant('Full-text'), + label: this._translateService.instant('full-text'), path: 'fulltext', }, ], diff --git a/projects/sonar/src/manual_translations.ts b/projects/sonar/src/manual_translations.ts index acbbb1e8..d5ba19a1 100644 --- a/projects/sonar/src/manual_translations.ts +++ b/projects/sonar/src/manual_translations.ts @@ -35,7 +35,6 @@ _('label'); _('mimetype'); _('order'); _('restricted_outside_organisation'); -_('full-text'); // Deposit steps _('step_create');