Weather detail page: Now should be Today

Simple change: for the detail weather screen: Label the high/low temperature as Today, not as Now. Use of the label Now only for the initial weather screen that shows the temperature at this moment.

So:

Now
60°/46°
TUE
65°/47°
WED
76°/56°

would be

Today
60°/46°
TUE
65°/47°
WED
76°/56°

Rationale: the weather detail screen shows the high and low for each day, not the temperature at this moment (now).

The initial weather page shows the temperature, location and the label Now. It’s showing the temperature at this moment. The detail screen shows daily information, not the current temperature, so it should use Today instead of Now to label the high and low for the day.

Thanks,

I’m not sure that the weather service providing the weather data provides this as a day-long number or for some specified time period of time, but I see your point.