mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
update breadcrumb label
This commit is contained in:
@@ -38,7 +38,8 @@ export class PublicationClaimBreadcrumbService implements BreadcrumbsProviderSer
|
|||||||
map(([item, isAdmin]) => {
|
map(([item, isAdmin]) => {
|
||||||
const itemName = this.dsoNameService.getName(item.payload);
|
const itemName = this.dsoNameService.getName(item.payload);
|
||||||
return isAdmin ? [new Breadcrumb(this.tranlsateService.instant(this.ADMIN_PUBLICATION_CLAIMS_BREADCRUMB_KEY), this.ADMIN_PUBLICATION_CLAIMS_PATH),
|
return isAdmin ? [new Breadcrumb(this.tranlsateService.instant(this.ADMIN_PUBLICATION_CLAIMS_BREADCRUMB_KEY), this.ADMIN_PUBLICATION_CLAIMS_PATH),
|
||||||
new Breadcrumb(itemName, undefined)] : [new Breadcrumb(itemName, undefined)];
|
new Breadcrumb(this.tranlsateService.instant('suggestion.suggestionFor.breadcrumb', {name: itemName}), undefined)] :
|
||||||
|
[new Breadcrumb(this.tranlsateService.instant('suggestion.suggestionFor.breadcrumb', {name: itemName}), undefined)];
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@@ -3618,6 +3618,8 @@
|
|||||||
|
|
||||||
"suggestion.suggestionFor": "Suggestions for",
|
"suggestion.suggestionFor": "Suggestions for",
|
||||||
|
|
||||||
|
"suggestion.suggestionFor.breadcrumb": "Suggestions for {{ name }}",
|
||||||
|
|
||||||
"suggestion.source.openaire": "OpenAIRE Graph",
|
"suggestion.source.openaire": "OpenAIRE Graph",
|
||||||
|
|
||||||
"suggestion.from.source": "from the ",
|
"suggestion.from.source": "from the ",
|
||||||
|
Reference in New Issue
Block a user