From 233624a3561a7eb74499b0b7845e83b452a00343 Mon Sep 17 00:00:00 2001 From: Eduard Barrera Date: Sat, 21 Feb 2026 17:48:44 -0500 Subject: [PATCH] fix: correct last-update badge alt text to match URL dates Three README files had alt text for the 'last update' badge that did not match the date encoded in the badge URL, causing misleading accessibility text and incorrect information for screen reader users. Fixes: - README.md: alt text changed from 'Last update: January 3rd, 2024' to 'Last update: January 24, 2023' (matches badge URL date January%2024%2C%202023) - README.polish.md: alt text changed from 'Last update: Oct 12, 2019' to 'Last update: November 12, 2019' (matches badge URL date November%2012%202019) - README.russian.md: same fix as README.polish.md Closes #1354 --- README.md | 2 +- README.polish.md | 2 +- README.russian.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 065d37585..c45d88b6f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@
- 102 items Last update: January 3rd, 2024 Updated for Node 22.0.0 + 102 items Last update: January 24, 2023 Updated for Node 22.0.0

diff --git a/README.polish.md b/README.polish.md index 3fdae83d2..728010be2 100644 --- a/README.polish.md +++ b/README.polish.md @@ -9,7 +9,7 @@
- 85 items Last update: Oct 12, 2019 Updated for Node 12.12.0 + 85 items Last update: November 12, 2019 Updated for Node 12.12.0

diff --git a/README.russian.md b/README.russian.md index 7030112dd..cc658cc4b 100644 --- a/README.russian.md +++ b/README.russian.md @@ -9,7 +9,7 @@
- 85 items Last update: Oct 12, 2019 Updated for Node 12.12.0 + 85 items Last update: November 12, 2019 Updated for Node 12.12.0