Skip to content

Commit

Permalink
bubble
Browse files Browse the repository at this point in the history
  • Loading branch information
Udito3 committed Apr 7, 2024
1 parent 247dd88 commit 27ee2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/[locale]/dashboard/profile/[userId]/pageClient.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default function ProfileClient({ organizer, locale }: Props) {
</button>
<div
className="tooltip tooltip-bottom ml-2"
data-tip={t('tooltip-notify-me', { author: organizer.name })}
data-tip={t('tooltip-notify-me', { author: organizer.organization })}
>
<button className="btn btn-circle bg-base-300 btn-sm text-xs h-8 w-8 flex items-center justify-center">
?
Expand Down

0 comments on commit 27ee2a0

Please sign in to comment.