Skip to content

Commit ef4b261

Browse files
committed
fix: use sentence case
1 parent 09c5844 commit ef4b261

File tree

1 file changed

+20
-21
lines changed

1 file changed

+20
-21
lines changed

site/src/pages/DeploymentSettingsPage/PremiumPage/PremiumPageView.tsx

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ const EnterpriseVersion: FC = () => {
2323
</div>
2424
<Button asChild>
2525
<a href="https://coder.com/contact/sales" className="no-underline">
26-
Upgrade
26+
<SquareArrowOutUpRight size={14} />
27+
Contact sales
2728
</a>
2829
</Button>
2930
</header>
@@ -35,7 +36,7 @@ const EnterpriseVersion: FC = () => {
3536
>
3637
<span className="flex items-center">
3738
<h2 className="text-sm font-semibold m-0">
38-
Multi-Organization Access Controls&nbsp;
39+
Multi-Organization access controls&nbsp;
3940
</h2>
4041
<SquareArrowOutUpRight size={14} />
4142
</span>
@@ -52,7 +53,7 @@ const EnterpriseVersion: FC = () => {
5253
href={docs("/admin/users/groups-roles")}
5354
>
5455
<span className="flex items-center">
55-
<h2 className="text-sm font-semibold m-0">Custom Role&nbsp;</h2>
56+
<h2 className="text-sm font-semibold m-0">Custom role&nbsp;</h2>
5657
<SquareArrowOutUpRight size={14} />
5758
</span>
5859
</a>
@@ -69,7 +70,7 @@ const EnterpriseVersion: FC = () => {
6970
>
7071
<span className="flex items-center text-sm">
7172
<h2 className="text-sm font-semibold m-0">
72-
Org-Level Quotas for Chargeback&nbsp;
73+
Org-Level quotas for chargeback&nbsp;
7374
</h2>
7475
<SquareArrowOutUpRight size={14} />
7576
</span>
@@ -106,11 +107,9 @@ const OSSVersion: FC = () => {
106107
</p>
107108
</div>
108109
<Button asChild>
109-
<a
110-
href="https://coder.com/pricing#compare-plans"
111-
className="no-underline"
112-
>
113-
Compare Plans
110+
<a href="https://coder.com/contact/sales" className="no-underline">
111+
<SquareArrowOutUpRight size={14} />
112+
Contact sales
114113
</a>
115114
</Button>
116115
</div>
@@ -119,7 +118,7 @@ const OSSVersion: FC = () => {
119118
<h2 className="text-xl text-content-primary m-0">
120119
<span className="flex flex-row items-center">
121120
<Expand size={18} className="text-content-secondary" />
122-
&nbsp; Deploy Coder at Scale
121+
&nbsp; Deploy coder at scale
123122
</span>
124123
</h2>
125124
<p>
@@ -129,7 +128,7 @@ const OSSVersion: FC = () => {
129128
<ul className="pl-5">
130129
<li>
131130
<span className="text-content-primary font-semibold">
132-
High Availability
131+
High availability
133132
</span>
134133
<br />
135134
<span className="font-medium">
@@ -139,7 +138,7 @@ const OSSVersion: FC = () => {
139138
</li>
140139
<li>
141140
<span className="text-content-primary font-semibold">
142-
Multi-Organization Access Control
141+
Multi-Organization access control
143142
</span>
144143
<br />
145144
<span className="font-medium">
@@ -149,7 +148,7 @@ const OSSVersion: FC = () => {
149148
</li>
150149
<li>
151150
<span className="text-content-primary font-semibold">
152-
Unlimited External Authentication Integrations
151+
Unlimited external authentication integrations
153152
</span>
154153
<br />
155154
<span className="font-medium">
@@ -164,7 +163,7 @@ const OSSVersion: FC = () => {
164163
<h2 className="text-xl text-content-primary m-0">
165164
<span className="flex flex-row items-center">
166165
<Coins size={18} className="text-content-secondary" />
167-
&nbsp; Control Infrastructure Costs
166+
&nbsp; Control infrastructure costs
168167
</span>
169168
</h2>
170169
<p>
@@ -174,7 +173,7 @@ const OSSVersion: FC = () => {
174173
<ul className="pl-5">
175174
<li>
176175
<span className="text-content-primary font-semibold">
177-
Auto-Stop Idle Workspaces
176+
Auto-Stop idle workspaces
178177
</span>
179178
<br />
180179
<span className="font-medium">
@@ -184,7 +183,7 @@ const OSSVersion: FC = () => {
184183
</li>
185184
<li>
186185
<span className="text-content-primary font-semibold">
187-
Resource Quotas
186+
Resource quotas
188187
</span>
189188
<br />
190189
<span className="font-medium">
@@ -194,7 +193,7 @@ const OSSVersion: FC = () => {
194193
</li>
195194
<li>
196195
<span className="text-content-primary font-semibold">
197-
Usage Insights
196+
Usage insights
198197
</span>
199198
<br />
200199
<span className="font-medium">
@@ -209,7 +208,7 @@ const OSSVersion: FC = () => {
209208
<h2 className="text-xl text-content-primary m-0">
210209
<span className="flex flex-row items-center">
211210
<Activity size={18} className="text-content-secondary" />
212-
&nbsp; Govern Workspace Activity
211+
&nbsp; Govern workspace activity
213212
</span>
214213
</h2>
215214
<p>
@@ -219,7 +218,7 @@ const OSSVersion: FC = () => {
219218
<ul className="pl-5">
220219
<li>
221220
<span className="text-content-primary font-semibold">
222-
Audit Logging
221+
Audit logging
223222
</span>
224223
<br />
225224
<span className="font-medium">
@@ -229,7 +228,7 @@ const OSSVersion: FC = () => {
229228
</li>
230229
<li>
231230
<span className="text-content-primary font-semibold">
232-
Template Permissions
231+
Template permissions
233232
</span>
234233
<br />
235234
<span className="font-medium">
@@ -239,7 +238,7 @@ const OSSVersion: FC = () => {
239238
</li>
240239
<li>
241240
<span className="text-content-primary font-semibold">
242-
Workspace Command Logging
241+
Workspace command logging
243242
</span>
244243
<br />
245244
<span className="font-medium">

0 commit comments

Comments
 (0)