From 24512ad1f807a94c4418bee8dc9e4f79ceac3c0b Mon Sep 17 00:00:00 2001 From: Adriano Caloiaro Date: Thu, 9 Apr 2026 23:05:55 -0600 Subject: [PATCH] feat(whereami): rename weather section header --- layouts/custom/current_location.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/custom/current_location.html b/layouts/custom/current_location.html index 16c1aad..7594235 100644 --- a/layouts/custom/current_location.html +++ b/layouts/custom/current_location.html @@ -93,7 +93,7 @@ if (cards.length === 0) return; var updated = w.lastUpdated ? new Date(w.lastUpdated).toLocaleTimeString() : ''; - var html = '

Local Weather

'; + var html = '

My Weather Station

'; if (updated) html += '
updated ' + updated + '
'; html += '
'; cards.forEach(function(c) {