Skip to content

Commit

Permalink
fix: change "Confirm" to "Confirmer"
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinRgm committed Dec 3, 2024
1 parent 8c955c4 commit 3933baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextjs-interface/src/app/ui/dashboard/RenameElement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default function RenameElement({ id }: { id: string }) {
}}
className="p-2 text-white dark:bg-zinc-700 dark:text-white dark:hover:bg-black"
>
Confirm
Confirmer
</Button>
)}
</div>
Expand Down

0 comments on commit 3933baa

Please sign in to comment.