From 266ad60cb70968ea4ca4ad69516cfe6cbdf6b80a Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Fri, 18 Aug 2023 18:56:56 -0700 Subject: [PATCH 1/2] fix(a11y): Add always visible label when setting weather address Signed-off-by: Christopher Ng --- apps/weather_status/src/App.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/weather_status/src/App.vue b/apps/weather_status/src/App.vue index 417c0dd959f53..32f645a1c2c7b 100644 --- a/apps/weather_status/src/App.vue +++ b/apps/weather_status/src/App.vue @@ -56,14 +56,13 @@ {{ t('weather_status', 'Detect location') }} - {{ t('weather_status', 'Set custom address') }} - + @submit="onAddressSubmit" />