feat(whereami): rename weather section header
This commit is contained in:
parent
6dd249dc17
commit
24512ad1f8
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@
|
|||
if (cards.length === 0) return;
|
||||
|
||||
var updated = w.lastUpdated ? new Date(w.lastUpdated).toLocaleTimeString() : '';
|
||||
var html = '<h3 style="margin-bottom:0.3rem">Local Weather</h3>';
|
||||
var html = '<h3 style="margin-bottom:0.3rem">My Weather Station</h3>';
|
||||
if (updated) html += '<div id="weather-updated">updated ' + updated + '</div>';
|
||||
html += '<div id="weather-grid">';
|
||||
cards.forEach(function(c) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue