Skip to content

Commit 06c9283

Browse files
committed
fix: improve phrasing for Application in ProfileExplorer
1 parent 63e2daf commit 06c9283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: plugins/plugin-codeflare/src/components/ProfileExplorer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ class ProfileCard extends React.PureComponent<ProfileCardProps, ProfileCardState
344344
private readonly groups: Record<string, Group> = {
345345
Application: {
346346
title: "Application",
347-
name: "Properties of what will be run against this computer",
347+
name: "Properties of your workload",
348348
},
349349
Compute: {
350350
title: "Compute",

0 commit comments

Comments
 (0)