Skip to content

Commit 505edd2

Browse files
Update about.es.js
1 parent 7aa385d commit 505edd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/about.es.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22
import AboutPage from '../components/AboutPage';
33

44
const About = () => {
5-
return <AboutPage lang="es" title="About the course | Full Stack open" />;
5+
return <AboutPage lang="es" title="Sobre el curso | Full Stack open" />;
66
};
77

88
export default About;

0 commit comments

Comments
 (0)