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', }, ],