Skip to content

Commit c2da3ea

Browse files
fix: intake filter label (#6567)
1 parent 2b595cf commit c2da3ea

File tree

1 file changed

+1
-1
lines changed
  • web/core/components/inbox/inbox-filter/filters

1 file changed

+1
-1
lines changed

web/core/components/inbox/inbox-filter/filters/status.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const FilterStatus: FC<Props> = observer((props) => {
4242
return (
4343
<>
4444
<FilterHeader
45-
title={`Issue Status ${appliedFiltersCount > 0 ? ` (${appliedFiltersCount})` : ""}`}
45+
title={`Work item Status ${appliedFiltersCount > 0 ? ` (${appliedFiltersCount})` : ""}`}
4646
isPreviewEnabled={previewEnabled}
4747
handleIsPreviewEnabled={() => setPreviewEnabled(!previewEnabled)}
4848
/>

0 commit comments

Comments
 (0)