Skip to content

Commit 832f599

Browse files
committed
fix copy
1 parent 8d55d98 commit 832f599

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,11 @@ const LicensesSettingsPageView: FC<Props> = ({
8282
<div className={styles.root}>
8383
<Stack alignItems="center" spacing={1}>
8484
<Stack alignItems="center" spacing={0.5}>
85-
<span className={styles.title}>No Licenses yet</span>
85+
<span className={styles.title}>no Licenses yet</span>
8686
<span className={styles.description}>
87-
<a href="mailto:sales@coder.com">Contact sales</a> to learn
88-
more.
87+
Contact <a href="mailto:sales@coder.com">sales</a> or{" "}
88+
<a href="https://coder.com/trial">request a trial license</a> to
89+
learn more. more.
8990
</span>
9091
</Stack>
9192
</Stack>

0 commit comments

Comments
 (0)