Skip to content

Commit 5b782ce

Browse files
rodrimaiabpmct
andauthored
Apply suggestions from code review
Co-authored-by: Ben Potter <ben@coder.com>
1 parent 3774944 commit 5b782ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

site/src/pages/DeploySettingsPage/LicensesSettingsPage/LicensesSettingsPage.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const LicensesSettingsPage: FC = () => {
9090
setLicenseIDMarkedForRemoval(undefined)
9191
}}
9292
onClose={() => setLicenseIDMarkedForRemoval(undefined)}
93-
title="Confirm removal"
93+
title="Confirm license removal"
9494
confirmLoading={isRemovingLicense}
9595
confirmText="Remove"
9696
description="Are you sure you want to remove this license?"
@@ -102,15 +102,15 @@ const LicensesSettingsPage: FC = () => {
102102
>
103103
<Header
104104
title="Licenses"
105-
description="Add a license to your account to unlock more features."
105+
description="Enterprise licenses unlock more features on your deployment."
106106
/>
107107

108108
<Button
109109
variant="outlined"
110110
component={Link}
111111
to="/settings/deployment/licenses/add"
112112
>
113-
Add new License key
113+
Add new License
114114
</Button>
115115
</Stack>
116116

@@ -184,7 +184,7 @@ const LicensesSettingsPage: FC = () => {
184184
{!isLoading && licenses && licenses.length === 0 && (
185185
<Stack spacing={4} justifyContent="center" alignItems="center">
186186
<Button className={styles.ctaButton} size="large">
187-
Add your license key
187+
Add license
188188
</Button>
189189
</Stack>
190190
)}

0 commit comments

Comments
 (0)