diff --git a/src/app/screens/AccountScreen.js b/src/app/screens/AccountScreen.js index c96ed69..760c39b 100644 --- a/src/app/screens/AccountScreen.js +++ b/src/app/screens/AccountScreen.js @@ -116,7 +116,7 @@ function AccountScreen(props) { icon: "account", show: !isRegistered, IconProvider: MaterialCommunityIcons, - title: "Cadastra-se", + title: "Cadastre-se", onPress: () => { setUser(false); },