Skip to content

Commit c797c6c

Browse files
committedOct 7, 2022
fix: shorten wording of Compute and Storage dimensions in ProfileExplorer
1 parent b8fc0a0 commit c797c6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎plugins/plugin-codeflare/src/components/ProfileExplorer.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -348,11 +348,11 @@ class ProfileCard extends React.PureComponent<ProfileCardProps, ProfileCardState
348348
},
349349
Compute: {
350350
title: "Compute",
351-
name: "The computational aspects of this computer",
351+
name: "Properties of your workers",
352352
},
353353
Storage: {
354354
title: "Storage",
355-
name: "The storage aspects of this computer",
355+
name: "Properties of your data",
356356
},
357357
}
358358

0 commit comments

Comments
 (0)
Please sign in to comment.