Skip to content

Commit 9ed8f11

Browse files
reivaj05bexsoft
andauthored
Change register tabs (#2250)
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com>
1 parent 860d8c6 commit 9ed8f11

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

portal-ui/src/screens/Console/Support/ApiKeyRegister.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ const ApiKeyRegister = ({
102102
>
103103
<FormTitle
104104
icon={<OnlineRegistrationIcon />}
105-
title={`API key activation of MinIO Subscription Network License`}
105+
title={`Register cluster with API key`}
106106
/>
107107
</Box>
108108
<Box

portal-ui/src/screens/Console/Support/Register.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ const Register = ({ classes }: IRegister) => {
644644
>
645645
<FormTitle
646646
icon={<OfflineRegistrationIcon />}
647-
title={`Offline activation of MinIO Subscription Network License`}
647+
title={`Register cluster in an Airgap environment`}
648648
/>
649649
</Box>
650650

@@ -849,17 +849,17 @@ const Register = ({ classes }: IRegister) => {
849849
scrollButtons="auto"
850850
>
851851
<Tab
852-
label="Online Activation"
852+
label="Credentials"
853853
id="simple-tab-0"
854854
aria-controls="simple-tabpanel-0"
855855
/>
856856
<Tab
857-
label="API Key Activation"
857+
label="API Key"
858858
id="simple-tab-1"
859859
aria-controls="simple-tabpanel-1"
860860
/>
861861
<Tab
862-
label="Offline Activation"
862+
label="Airgap"
863863
id="simple-tab-2"
864864
aria-controls="simple-tabpanel-2"
865865
onClick={() => fetchSubnetRegToken()}

portal-ui/src/screens/Console/Support/RegisterOperator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ const RegisterOperator = ({ classes }: IRegister) => {
169169
scrollButtons="auto"
170170
>
171171
<Tab
172-
label="API Key Activation"
172+
label="API Key"
173173
id="simple-tab-0"
174174
aria-controls="simple-tabpanel-1"
175175
/>

0 commit comments

Comments
 (0)