diff --git a/src/app/_components/CartLink/index.tsx b/src/app/_components/CartLink/index.tsx
index d120a677..11a48cce 100644
--- a/src/app/_components/CartLink/index.tsx
+++ b/src/app/_components/CartLink/index.tsx
@@ -21,7 +21,7 @@ export const CartLink: React.FC<{
return (
- Cart
+ Carrinho
{typeof length === 'number' && length > 0 && (
({length})
)}