Skip to content

Commit

Permalink
chore: text change
Browse files Browse the repository at this point in the history
  • Loading branch information
mfts committed Aug 18, 2024
1 parent 0c57252 commit 9660563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/datarooms/dataroom-items-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export function DataroomItemsList({
);

toast.success(
`${updatedCount} Document${updatedCount > 1 ? "s" : ""} moved successfully`,
`${updatedCount} document${updatedCount > 1 ? "s" : ""} moved successfully`,
);
} catch (error) {
toast.error("Failed to move documents");
Expand Down

0 comments on commit 9660563

Please sign in to comment.