Skip to content

Commit

Permalink
Fix DialogCollab text
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisNivar committed Jan 21, 2024
1 parent 66ee970 commit 3ee175b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/front-end/src/app/DialogCollab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ export default function DialogCollab() {
</DialogTrigger>
<DialogContent className="max-w-md">
<DialogHeader>
<DialogTitle>Share Collaboration</DialogTitle>
<DialogTitle>Share your notebook</DialogTitle>
<DialogDescription>
Share this link and anyone who have it can calaborate with you.
Anyone with this link will have access to your notes.
</DialogDescription>
</DialogHeader>
<div className="flex items-center justify-between gap-4 pt-4">
Expand Down

0 comments on commit 3ee175b

Please sign in to comment.