File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
portal-ui/src/screens/Console/Support Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ const ApiKeyRegister = ({
102
102
>
103
103
< FormTitle
104
104
icon = { < OnlineRegistrationIcon /> }
105
- title = { `API key activation of MinIO Subscription Network License ` }
105
+ title = { `Register cluster with API key ` }
106
106
/>
107
107
</ Box >
108
108
< Box
Original file line number Diff line number Diff line change @@ -644,7 +644,7 @@ const Register = ({ classes }: IRegister) => {
644
644
>
645
645
< FormTitle
646
646
icon = { < OfflineRegistrationIcon /> }
647
- title = { `Offline activation of MinIO Subscription Network License ` }
647
+ title = { `Register cluster in an Airgap environment ` }
648
648
/>
649
649
</ Box >
650
650
@@ -849,17 +849,17 @@ const Register = ({ classes }: IRegister) => {
849
849
scrollButtons = "auto"
850
850
>
851
851
< Tab
852
- label = "Online Activation "
852
+ label = "Credentials "
853
853
id = "simple-tab-0"
854
854
aria-controls = "simple-tabpanel-0"
855
855
/>
856
856
< Tab
857
- label = "API Key Activation "
857
+ label = "API Key"
858
858
id = "simple-tab-1"
859
859
aria-controls = "simple-tabpanel-1"
860
860
/>
861
861
< Tab
862
- label = "Offline Activation "
862
+ label = "Airgap "
863
863
id = "simple-tab-2"
864
864
aria-controls = "simple-tabpanel-2"
865
865
onClick = { ( ) => fetchSubnetRegToken ( ) }
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ const RegisterOperator = ({ classes }: IRegister) => {
169
169
scrollButtons = "auto"
170
170
>
171
171
< Tab
172
- label = "API Key Activation "
172
+ label = "API Key"
173
173
id = "simple-tab-0"
174
174
aria-controls = "simple-tabpanel-1"
175
175
/>
You can’t perform that action at this time.
0 commit comments