Skip to content

Commit

Permalink
fix: footer copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
Moya30 committed Dec 19, 2024
1 parent 6a11d19 commit d2d51be
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion client/src/features/cart/components/CartList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function CourseCartList({ deleteText }: CourseSectionProps) {
))
) : (
<div className="p-16 text-center text-2xl font-semibold text-white">
Todavia no tienes elementos agregados al carrito
Todavía no tienes elementos agregados al carrito
</div>
)}
</div>
Expand Down
2 changes: 1 addition & 1 deletion client/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"supportContact": "Contact",
"supportForum": "Forum",
"followTitle": "Follow Klowhub",
"footerCopyRight": "© KlowHub."
"footerCopyRight": "© 2024 KlowHub | Team 02 | Hackathon 03 | No Country"
},
"Creator": {
"metaTitle": "Klowhub - Creator",
Expand Down
2 changes: 1 addition & 1 deletion client/src/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"supportContact": "Contacto",
"supportForum": "Foro",
"followTitle": "Sigue a Klowhub",
"footerCopyRight": "© KlowHub."
"footerCopyRight": "© 2024 KlowHub | Equipo 02 | Hackathón 03 | No Country"
},
"Creator": {
"metaTitle": "Klowhub - Creador",
Expand Down
2 changes: 1 addition & 1 deletion client/src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"supportContact": "Contact",
"supportForum": "Forum",
"followTitle": "Suivez Klowhub",
"footerCopyRight": "© KlowHub."
"footerCopyRight": "© 2024 KlowHub | Équipe 02 | Hackathon 03 | No Country"
},
"Creator": {
"metaTitle": "Klowhub - Créateur",
Expand Down
2 changes: 1 addition & 1 deletion client/src/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"supportContact": "Contatto",
"supportForum": "Forum",
"followTitle": "Segui Klowhub",
"footerCopyRight": "© KlowHub."
"footerCopyRight": "© 2024 KlowHub | Squadra 02 | Hackathon 03 | No Country"
},
"Creator": {
"metaTitle": "Klowhub - Creatore",
Expand Down
2 changes: 1 addition & 1 deletion client/src/locales/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"supportContact": "Contato",
"supportForum": "Fórum",
"followTitle": "Siga o Klowhub",
"footerCopyRight": "© KlowHub."
"footerCopyRight": "© 2024 KlowHub | Equipe 02 | Hackathon 03 | No Country"
},
"Creator": {
"metaTitle": "Klowhub - Criador",
Expand Down

0 comments on commit d2d51be

Please sign in to comment.