Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/web/ui/modals/delete-domain-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function DeleteDomainModal({
<div className="space-y-2 text-sm text-neutral-500">
<p>
Deleting this domain will delete all associated links as well as
their anaytics, permanently.
their analytics, permanently.
</p>
{Boolean(props.registeredDomain) && (
<p>The domain will also be provisioned back to Dub.</p>
Expand Down
2 changes: 1 addition & 1 deletion apps/web/ui/modals/delete-workspace-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function DeleteWorkspaceModal({
<h3 className="text-lg font-medium">Delete Workspace</h3>
<p className="text-center text-sm text-neutral-500">
Warning: This will permanently delete your workspace, custom domain,
and all associated links and their respective stats.
and all associated links and their respective analytics.
</p>
</div>

Expand Down