We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d55d98 commit 832f599Copy full SHA for 832f599
site/src/pages/DeploySettingsPage/LicensesSettingsPage/LicensesSettingsPageView.tsx
@@ -82,10 +82,11 @@ const LicensesSettingsPageView: FC<Props> = ({
82
<div className={styles.root}>
83
<Stack alignItems="center" spacing={1}>
84
<Stack alignItems="center" spacing={0.5}>
85
- <span className={styles.title}>No Licenses yet</span>
+ <span className={styles.title}>no Licenses yet</span>
86
<span className={styles.description}>
87
- <a href="mailto:sales@coder.com">Contact sales</a> to learn
88
- more.
+ Contact <a href="mailto:sales@coder.com">sales</a> or{" "}
+ <a href="https://coder.com/trial">request a trial license</a> to
89
+ learn more. more.
90
</span>
91
</Stack>
92
0 commit comments