Skip to content

Commit bfbd75f

Browse files
committed
typo fix
1 parent 94dce17 commit bfbd75f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/dashboard/src/app/(layout)/components/OnboardingModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export default function OnboardingModal() {
213213
className="text-muted-foreground"
214214
disabled={isLoading}
215215
>
216-
I'll explore on my own
216+
I'll explore on my own
217217
</Button>
218218
</div>
219219
</DialogContent>

packages/dashboard/src/app/(layout)/services/[id]/components/ServiceOnboardingModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export default function ServiceOnboardingModal() {
9797
onClick={completeModal}
9898
className="text-muted-foreground"
9999
>
100-
Skip for now - Ill set it up later
100+
Skip for now - I&apos;ll set it up later
101101
</Button>
102102
</div>
103103
</DialogContent>

0 commit comments

Comments
 (0)