add missing translation to portuguese (#19322)

This commit is contained in:
Danilo Gila de Santana
2018-10-15 13:31:36 -03:00
committed by Todd Chaffee
parent 4906a6726b
commit ee5d130f04

View File

@ -40,11 +40,10 @@ class MyComponent extends React.Component {
super(props); super(props);
} }
render() { render() {
// change code below this line // Mude o código depois dessa linha
// Mude o código acima dessa linha
// change code above this line
} }
}; };