mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
Merged in development (pull request #57)
[HIMA-95] fixed Ergebnisse spelling
This commit is contained in:
@@ -547,7 +547,7 @@ export class ProcessState {
|
||||
): Process[] {
|
||||
const newProcessState = processes.map(process => {
|
||||
const breadcrumb = <Breadcrumb>{
|
||||
name: search + ` (Ergrebnisse ${items.length})`,
|
||||
name: search + ` (${items.length} Ergebnisse)`,
|
||||
path: '/search-results#start'
|
||||
};
|
||||
if (process.selected === true) {
|
||||
|
||||
Reference in New Issue
Block a user