Skip to content

Commit

Permalink
🐛 Changed column name to 'Total Effort' (#1687)
Browse files Browse the repository at this point in the history
Resolves: https://issues.redhat.com/browse/MTA-1970

Signed-off-by: Maayan Hadasi <mguetta@redhat.com>
Co-authored-by: Ian Bolton <ibolton@redhat.com>
Co-authored-by: Scott Dickerson <sdickers@redhat.com>
  • Loading branch information
3 people committed Mar 11, 2024
1 parent 333cc04 commit 26955b1
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 26955b1

Please sign in to comment.