Browse Source

Fixing typo in account screen

master
GabrielTrettel 3 years ago
parent
commit
8c56902ab9
  1. 2
      src/app/screens/AccountScreen.js

2
src/app/screens/AccountScreen.js

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

Loading…
Cancel
Save