Skip to content

Commit

Permalink
swap mapping of translations for case task list tabs no results (#1158)
Browse files Browse the repository at this point in the history
  • Loading branch information
maarten-ritense authored and ThomasMinkeRitense committed Sep 26, 2024
1 parent 05d2374 commit 455d772
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ export class TaskListComponent implements OnInit, OnDestroy {
map(
([selectedTaskType, overrideNoResultsMessage]) =>
overrideNoResultsMessage || {
title: 'task-list.' + selectedTaskType + '.noResultsDescription',
description: 'task-list.' + selectedTaskType + '.noResultsTitle',
title: 'task-list.' + selectedTaskType + '.noResultsTitle',
description: 'task-list.' + selectedTaskType + '.noResultsDescription',
isSearchResult: false,
}
)
Expand Down

0 comments on commit 455d772

Please sign in to comment.