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

Commit 5aef5aa

Browse files
committed
[self-hosted] More messaging tweaks
1 parent 1a6473f commit 5aef5aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/self-hosted/Install.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const StyledSection = styled.section`
8484
const Install = () => (
8585
<StyledSection className="install__section">
8686
<div className="row" id="install">
87-
<h2>Install Self-Hosted Gitpod</h2>
87+
<h2>Install Gitpod Self-Hosted</h2>
8888
<div className="install">
8989
{
9090
installs.map(({ title, text, img, alt, linkPath }: InstallProps, i) => (
@@ -99,7 +99,7 @@ const Install = () => (
9999
))
100100
}
101101
</div>
102-
<p>Enhanced support for AWS, Azure, and Openshift is coming soon.</p>
102+
<p>Enhanced support for AWS, Azure, and OpenShift is coming soon.</p>
103103
</div>
104104
</StyledSection>
105105
)

0 commit comments

Comments
 (0)