@ -116,7 +116,7 @@ function AccountScreen(props) {
icon: "account",
show: !isRegistered,
IconProvider: MaterialCommunityIcons,
title: "Cadastra-se",
title: "Cadastre-se",
onPress: () => {
setUser(false);
},