diff options
| author | tusooa <tusooa@kazv.moe> | 2023-01-21 01:07:07 -0500 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2023-01-21 01:07:07 -0500 |
| commit | 6235af4592c52a657415ffae772bd83ec106bc13 (patch) | |
| tree | f2c68311dc7f2524293cf2b35aef04364a2472b9 /src/i18n | |
| parent | 4db7f07421a6dc49f07dee9140a024ef5195a934 (diff) | |
Make screenreaders read out autocomplete results
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 1ee1147a..6166a510 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -996,7 +996,8 @@ "reject_follow_request": "Reject follow request", "bookmark": "Bookmark", "toggle_expand": "Expand or collapse notification to show post in full", - "toggle_mute": "Expand or collapse notification to reveal muted content" + "toggle_mute": "Expand or collapse notification to reveal muted content", + "autocomplete_available": "{number} result is available | {number} results are available" }, "upload": { "error": { |
