diff --git a/src/app/api/weather_forecast.js b/src/app/api/weather_forecast.js index 0e600e2..a332448 100644 --- a/src/app/api/weather_forecast.js +++ b/src/app/api/weather_forecast.js @@ -28,7 +28,7 @@ function getWeatherForecast() { rain_fall_mm: 0, }, { - week_day: " Terça ", + week_day: "Terça", date: "20/03", weather_index: 2, rain_fall_mm: 5, diff --git a/src/app/screens/ForecastScreen.js b/src/app/screens/ForecastScreen.js index 2f0492d..4eed66d 100644 --- a/src/app/screens/ForecastScreen.js +++ b/src/app/screens/ForecastScreen.js @@ -114,7 +114,6 @@ function renderTodayForecast(forecast) { ); } -// FIXME: The border line must be in full wcreen width. function border() { return ( - Previsão do tempo não disponível no momento + Ops, algo deu errado... + + Não conseguimos encontrar a previsão do tempo para sua localização + + ); }