File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
web-app/src/screens/Console/Buckets/BucketDetails Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ const BucketSummary = () => {
124
124
125
125
const bucketName = params . bucketName || "" ;
126
126
127
- let accessPolicy = "n/a " ;
127
+ let accessPolicy = "PRIVATE " ;
128
128
let policyDefinition = "" ;
129
129
130
130
if ( bucketInfo !== null && bucketInfo . access && bucketInfo . definition ) {
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ const EditablePropertyItem = ({
89
89
isLoading = { isLoading }
90
90
onClick = { onEdit }
91
91
label = { value }
92
- sx = { { fontWeight : "bold" } }
92
+ sx = { { fontWeight : "bold" , textTransform : "capitalize" } }
93
93
disabled = { disabled }
94
94
/>
95
95
</ HelpTip >
@@ -104,7 +104,7 @@ const EditablePropertyItem = ({
104
104
isLoading = { isLoading }
105
105
onClick = { onEdit }
106
106
label = { value }
107
- sx = { { fontWeight : "bold" } }
107
+ sx = { { fontWeight : "bold" , textTransform : "capitalize" } }
108
108
disabled = { disabled }
109
109
/>
110
110
</ SecureAction >
You can’t perform that action at this time.
0 commit comments