Skip to content

Commit

Permalink
🐛 Changed column name to 'Total Effort' (#1687) (#1764)
Browse files Browse the repository at this point in the history
Cherry-pick #1687

Signed-off-by: Maayan Hadasi <[email protected]>
  • Loading branch information
mguetta1 authored Mar 15, 2024
1 parent 4e2d7af commit b6e0fae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const AffectedApplications: React.FC = () => {
name: "Name",
description: "Description",
businessService: "Business service",
effort: "Effort",
effort: "Total Effort",
incidents: "Incidents",
},
isFilterEnabled: true,
Expand Down

0 comments on commit b6e0fae

Please sign in to comment.