Skip to content

Commit eeb0ea1

Browse files
authored
Merge pull request #2820 from diegooviedo3004/patch-1
Update about.es.js
2 parents 1c38e35 + 505edd2 commit eeb0ea1

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)