Commit 233624a
committed
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 goldbergyoni#13541 parent c0b71cc commit 233624a
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments