Skip to content

Commit 2994f8c

Browse files
authored
chore: Small text adjustments (#585)
1 parent e8b5532 commit 2994f8c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/app/artifacts/Fragments.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export function InfoBox() {
77
return (
88
<InfoBoxPrimitive>
99
<div className="flex w-full flex-wrap items-center gap-x-2 gap-y-0.5 text-text-md">
10-
<p className="font-semibold">This is a ZenML Cloud feature</p>
10+
<p className="font-semibold">This is a ZenML Cloud feature. </p>
1111
<p>
1212
Upgrade to ZenML Cloud to access the Artifact Control Plane and interact with your
1313
artifacts in the Dashboard.

src/app/models/Fragments.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export function InfoBox() {
77
return (
88
<InfoBoxPrimitive>
99
<div className="flex w-full flex-wrap items-center gap-x-2 gap-y-0.5 text-text-md">
10-
<p className="font-semibold">This is a ZenML Cloud feature</p>
10+
<p className="font-semibold">This is a ZenML Cloud feature. </p>
1111
<p>
1212
Upgrade to ZenML Cloud to access the Model Control Plane and interact with your models in
1313
the Dashboard.

src/app/onboarding/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export function HeaderOnboardingBox() {
66
<div className="w-full px-7 py-5 md:w-2/3">
77
<h2 className="text-display-xs font-semibold">Welcome to ZenML</h2>
88
<p className="mt-2 text-text-lg text-theme-text-secondary">
9-
You successfully installed ZenML dashboard. Now you can get started with your new ZenML
9+
You successfully installed the ZenML dashboard. Now you can get started with your new ZenML
1010
server.
1111
</p>
1212
</div>

src/app/stacks/Fragments.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export function InfoBox() {
1616
return (
1717
<InfoBoxPrimitive>
1818
<div className="flex w-full flex-wrap items-center gap-x-2 gap-y-0.5 text-text-md">
19-
<p className="font-semibold">We are creating a new Stacks experience</p>
19+
<p className="font-semibold">We are creating a new Stacks experience. </p>
2020
<p>In the meanwhile you can use the CLI to add and admin your stacks.</p>
2121
</div>
2222
</InfoBoxPrimitive>
@@ -32,7 +32,7 @@ export function HeaderBox() {
3232
<h2 className="text-display-xs font-semibold">Learn More about Stacks</h2>
3333
<p className="mt-2 text-text-lg text-theme-text-secondary">
3434
Get started with ZenML Stacks and Stack Components in this starter guide video. Set up
35-
Your Stack from local to cloud.
35+
your stack locally and in the cloud.
3636
</p>
3737
<VideoModal videoLink={videoLink} buttonText="Watch the Starter Guide (2 min)" />
3838
</div>

0 commit comments

Comments
 (0)