Skip to content

Commit d05b654

Browse files
committed
fix: use 'Credentials Profile' rather than 'AWS Profile' in ProfileExplorer
1 parent 8a422c6 commit d05b654

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
@@ -305,7 +305,7 @@ class ProfileCard extends React.PureComponent<ProfileCardProps, ProfileCardState
305305
group: this.groups.Compute,
306306
},
307307
"aws/choose/profile": {
308-
title: "AWS Profile",
308+
title: "Credentials Profile",
309309
group: this.groups.Storage,
310310
},
311311
".*constraints/workload/type": {

0 commit comments

Comments
 (0)