We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b595cf commit c2da3eaCopy full SHA for c2da3ea
web/core/components/inbox/inbox-filter/filters/status.tsx
@@ -42,7 +42,7 @@ export const FilterStatus: FC<Props> = observer((props) => {
42
return (
43
<>
44
<FilterHeader
45
- title={`Issue Status ${appliedFiltersCount > 0 ? ` (${appliedFiltersCount})` : ""}`}
+ title={`Work item Status ${appliedFiltersCount > 0 ? ` (${appliedFiltersCount})` : ""}`}
46
isPreviewEnabled={previewEnabled}
47
handleIsPreviewEnabled={() => setPreviewEnabled(!previewEnabled)}
48
/>
0 commit comments