File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
site/src/pages/DeploySettingsPage/LicensesSettingsPage Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ const LicensesSettingsPage: FC = () => {
90
90
setLicenseIDMarkedForRemoval ( undefined )
91
91
} }
92
92
onClose = { ( ) => setLicenseIDMarkedForRemoval ( undefined ) }
93
- title = "Confirm removal"
93
+ title = "Confirm license removal"
94
94
confirmLoading = { isRemovingLicense }
95
95
confirmText = "Remove"
96
96
description = "Are you sure you want to remove this license?"
@@ -102,15 +102,15 @@ const LicensesSettingsPage: FC = () => {
102
102
>
103
103
< Header
104
104
title = "Licenses"
105
- description = "Add a license to your account to unlock more features."
105
+ description = "Enterprise licenses unlock more features on your deployment ."
106
106
/>
107
107
108
108
< Button
109
109
variant = "outlined"
110
110
component = { Link }
111
111
to = "/settings/deployment/licenses/add"
112
112
>
113
- Add new License key
113
+ Add new License
114
114
</ Button >
115
115
</ Stack >
116
116
@@ -184,7 +184,7 @@ const LicensesSettingsPage: FC = () => {
184
184
{ ! isLoading && licenses && licenses . length === 0 && (
185
185
< Stack spacing = { 4 } justifyContent = "center" alignItems = "center" >
186
186
< Button className = { styles . ctaButton } size = "large" >
187
- Add your license key
187
+ Add license
188
188
</ Button >
189
189
</ Stack >
190
190
) }
You can’t perform that action at this time.
0 commit comments