Merge pull request #5262 from overleaf/jel-search-a11y

Improve search gallery search accessibility

GitOrigin-RevId: 79b06f3990171d1f301a39dc10445f526701c7d1
This commit is contained in:
Jessica Lawshe 2021-09-29 07:47:24 -05:00 committed by Copybot
parent e76b7696da
commit 4b6fcd644d
2 changed files with 9 additions and 1 deletions

View file

@ -291,7 +291,11 @@
"share_project": "",
"share_with_your_collabs": "",
"show_outline": "",
"showing_1_result": "",
"showing_1_result_of_total": "",
"showing_symbol_search_results": "",
"showing_x_results": "",
"showing_x_results_of_total": "",
"something_went_wrong_rendering_pdf": "",
"something_went_wrong_server": "",
"somthing_went_wrong_compiling": "",

View file

@ -1504,5 +1504,9 @@
"view_source": "View Source",
"license": "License",
"abstract": "Abstract",
"tags": "Tags"
"tags": "Tags",
"showing_x_results_of_total": "Showing __x__ results of __total__",
"showing_x_results": "Showing __x__ results",
"showing_1_result": "Showing 1 result",
"showing_1_result_of_total": "Showing 1 result of __total__"
}