diff --git a/src/app/screens/RainSharingDataScreen.js b/src/app/screens/RainSharingDataScreen.js index 92e4a84..a7fa7b9 100644 --- a/src/app/screens/RainSharingDataScreen.js +++ b/src/app/screens/RainSharingDataScreen.js @@ -145,9 +145,7 @@ function RainSharingDataScreen(props) { {error && rain == -1 && ( - - Selecione se está passável ou não - + Selecione o nível da chuva )} diff --git a/src/app/screens/RiverFloodSharingDataScreen.js b/src/app/screens/RiverFloodSharingDataScreen.js index 788d573..c72f84a 100644 --- a/src/app/screens/RiverFloodSharingDataScreen.js +++ b/src/app/screens/RiverFloodSharingDataScreen.js @@ -122,7 +122,7 @@ function RiverFloodSharingDataScreen(props) { {error && riverScale == -1 && ( - Selecione ao menos uma opção + Selecione o nível do rio )} diff --git a/src/app/screens/SharingFloodZonesScreen.js b/src/app/screens/SharingFloodZonesScreen.js index e7cd7c3..70185ab 100644 --- a/src/app/screens/SharingFloodZonesScreen.js +++ b/src/app/screens/SharingFloodZonesScreen.js @@ -96,7 +96,7 @@ function SharingFloodZonesScreen(props) { {error && passable == -1 && ( - Selecione ao menos uma opção + Selecione uma opção )}