Skip to content

Commit

Permalink
Reword tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
personalizedrefrigerator committed Oct 19, 2024
1 parent 79e2785 commit 91c4a19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ function ShareFolderDialog(props: Props) {
size={ButtonSize.Small}
iconName="far fa-times-circle"
onClick={() => recipient_delete({ shareUserId: shareUser.id })}
tooltip={_('Remove user from share: %s', shareUser.user.email)}
tooltip={_('Remove %s from share', shareUser.user.email)}
/>
</StyledRecipient>
);
Expand Down

0 comments on commit 91c4a19

Please sign in to comment.