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
title={title||t('public~Getting started in OpenShift')}
70
+
icon={ClusterIcon}
71
+
title={t('public~Welcome')}
72
72
primaryActions={primaryActions}
73
73
secondaryActions={secondaryActions}
74
74
>
75
75
{canCreate ? (
76
-
<p>
77
-
{t(
78
-
'public~OpenShift helps you quickly develop, host, and scale applications. To get started, create a project for your application.',
79
-
)}
80
-
</p>
76
+
<p>{t('public~To get started, create a project for your application.')}</p>
81
77
) : (
82
78
<p>
83
79
{t(
84
-
"public~OpenShift helps you quickly develop, host, and scale applications. To get started, you'll need a project. Currently, you can't create or access any projects.",
80
+
"public~To get started, you'll need a project. Currently, you can't create or access any projects.",
85
81
)}
86
82
{!createProjectMessage&&
87
83
t("public~ You'll need to contact a cluster administrator for help.")}
0 commit comments