You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: src/pages/self-hosted.tsx
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -16,22 +16,22 @@ import Install from '../components/self-hosted/Install'
16
16
constfeatures: FeatureProps[]=[
17
17
{
18
18
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.',
20
20
img: Control
21
21
},
22
22
{
23
23
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.',
25
25
img: GithubGitlab
26
26
},
27
27
{
28
28
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.',
30
30
img: Support
31
31
},
32
32
{
33
33
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.',
0 commit comments