From a087c4df31145cc62ab302e5885212f335d62a4e Mon Sep 17 00:00:00 2001 From: Pablo Satler Date: Wed, 14 Aug 2019 19:38:00 -0300 Subject: [PATCH] Translate title back to English (#24833) - Translate title back to English because it sounds better than using in plain Portuguese. I think is best using the original title (React Native) instead of the translated one. -I also think the name "props" shouldn't be translated either, but I left this untouched. --- guide/portuguese/react-native/props/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/portuguese/react-native/props/index.md b/guide/portuguese/react-native/props/index.md index 6cf2e66410..30bf3fc08d 100644 --- a/guide/portuguese/react-native/props/index.md +++ b/guide/portuguese/react-native/props/index.md @@ -2,7 +2,7 @@ title: Props localeTitle: Adereços --- -## Reagir Nativo - Adereços +## React Native - Adereços O termo props, abreviação de 'properties', significa algum tipo de dado que é passado de um componente para outro. Adereços sempre fluem para baixo a partir do componente pai para o filho. @@ -65,4 +65,4 @@ import { Button } from 'react-native-elements'; } } -``` \ No newline at end of file +```