Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit 87018b8

Browse files
committed
[self-hosted] Fix typos and improve messaging
1 parent 92d7a9e commit 87018b8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/pages/self-hosted.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@ import Install from '../components/self-hosted/Install'
1616
const features: FeatureProps[] = [
1717
{
1818
title: 'Full Data Control',
19-
text: 'All data remains on your infrastructure, as Gitpod will run on air-gapped networks, disconnected from the internet.',
19+
text: 'All data remains on your infrastructure, as Gitpod can run behind corporate firewalls and on air-gapped networks.',
2020
img: Control
2121
},
2222
{
2323
title: 'GitLab & GitHub Integration',
24-
text: 'Highly compatibility with Git Hosting solutions like GitHub Enterprise, GitLab Community Edition or Enterprise Edition. BitBucket integration is coming soon.',
24+
text: 'Works in tandem with your Git hosting solution like GitHub Enterprise, GitLab Community Edition or Enterprise Edition. BitBucket support is coming soon.',
2525
img: GithubGitlab
2626
},
2727
{
2828
title: 'Professional Support',
29-
text: 'Schedule a call with our dedicated engineers whenever you need help.',
29+
text: 'Schedule a call with our engineers whenever you need help.',
3030
img: Support
3131
},
3232
{
3333
title: 'Easy Administration',
34-
text: 'No need for additional User Management. Simply use OAuth from Git Hosting and enjoy its the privileges.',
34+
text: 'No need for complicated user management. Simply use OAuth from your Git hosting and enjoy simplicity while retaining full control.',
3535
img: Adminstration
3636
}
3737
]
@@ -46,9 +46,9 @@ const SelfHostedPage: React.SFC<{}> = () => (
4646
<Banner
4747
subtitle="Self-hosted Gitpod"
4848
title={<h1>
49-
Keep Your Data on Your Network and
49+
Keep your data on your network,
5050
<br />
51-
Host it on <strong>Your Own Infrastructure.</strong>
51+
Host Gitpod on <strong>your own infrastructure</strong>.
5252
</h1>}
5353
linkPath="/self-hosted/#install"
5454
linkText="Install Now"
@@ -72,13 +72,13 @@ const SelfHostedPage: React.SFC<{}> = () => (
7272
<React.Fragment>
7373
<p>We’re happy to adjust Gitpod to your needs.<br />Please get in touch for details.</p>
7474
</React.Fragment>}
75-
anchors={[{ href: '/contact/', subject: 'I have a question regarding Self-Hosted Gitpod', text: 'Contact' }]}
75+
anchors={[{ href: '/contact/', subject: 'I have a question regarding Gitpod Self-Hosted', text: 'Contact' }]}
7676
/>
7777

7878
{/* ----- Section More About Self Hosting ----- */}
7979

8080
<Details
81-
title="More About Self-Hosting"
81+
title="More About Gitpod"
8282
text="Learn about collaboration, workspace snapshots, supported programming languages, and much more."
8383
anchors={[{ href: '/enterprise/#enterprise', text: 'Pricing' }, { href: '/docs/self-hosted/latest/self-hosted/', text: 'Documentation' }]}
8484
/>

0 commit comments

Comments
 (0)