From 031947319a13c5ab21e85b9599b770a508623262 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Mon, 4 Dec 2023 18:15:28 +0100 Subject: [PATCH] Add an `aria-label` to the monitor search box (#4163) * added the `Search monitored sites` label * rebase --- src/components/MonitorList.vue | 5 ++++- src/lang/en.json | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/MonitorList.vue b/src/components/MonitorList.vue index fd6fd1a4..44944ba9 100644 --- a/src/components/MonitorList.vue +++ b/src/components/MonitorList.vue @@ -16,7 +16,10 @@
diff --git a/src/lang/en.json b/src/lang/en.json index 85825d7d..2c0987e3 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -183,6 +183,7 @@ "Pink": "Pink", "Custom": "Custom", "Search...": "Search…", + "Search monitored sites": "Search monitored sites", "Avg. Ping": "Avg. Ping", "Avg. Response": "Avg. Response", "Entry Page": "Entry Page",