Skip to content

Commit

Permalink
fix: improve phrasing for Application in ProfileExplorer
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Oct 6, 2022
1 parent 63e2daf commit 06c9283
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ class ProfileCard extends React.PureComponent<ProfileCardProps, ProfileCardState
private readonly groups: Record<string, Group> = {
Application: {
title: "Application",
name: "Properties of what will be run against this computer",
name: "Properties of your workload",
},
Compute: {
title: "Compute",
Expand Down

0 comments on commit 06c9283

Please sign in to comment.