diff options
| author | tusooa <tusooa@kazv.moe> | 2023-01-21 01:30:44 -0500 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2023-01-21 01:30:44 -0500 |
| commit | 246593970b739138f518e1aa9545fd2f5168eb2a (patch) | |
| tree | 5d6e04189c8383bcd23a88da4f541a29d16551a7 /src | |
| parent | 72cb9e8bdbd41b66f72f8dd0dcd52cc04c7a2245 (diff) | |
Make autocomplete prompt more user-friendly
Diffstat (limited to 'src')
| -rw-r--r-- | src/i18n/en.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 6166a510..ebd7d0af 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -997,7 +997,7 @@ "bookmark": "Bookmark", "toggle_expand": "Expand or collapse notification to show post in full", "toggle_mute": "Expand or collapse notification to reveal muted content", - "autocomplete_available": "{number} result is available | {number} results are available" + "autocomplete_available": "{number} result is available. Use up and down keys to navigate through them. | {number} results are available. Use up and down keys to navigate through them." }, "upload": { "error": { |
