Merge pull request #28684 from overleaf/dp-syntax-checks-casing

Fix casing of "Syntax checks" in compile menu

GitOrigin-RevId: d81f54ff34f9c8a95e679970c1cd16b3dfc355c0
This commit is contained in:
David
2025-09-29 11:32:53 +01:00
committed by Copybot
parent f021b92e51
commit d6eade3518
3 changed files with 3 additions and 1 deletions
@@ -1779,6 +1779,7 @@
"sync_with_a_github_repository": "",
"synctex_error_recompile_and_try_again": "",
"synctex_failed": "",
"syntax_checks": "",
"syntax_validation": "",
"tab_connecting": "",
"tab_no_longer_connected": "",
@@ -165,7 +165,7 @@ function PdfCompileButton() {
</DropdownItem>
</li>
<DropdownDivider />
<DropdownHeader>Syntax Checks</DropdownHeader>
<DropdownHeader>{t('syntax_checks')}</DropdownHeader>
<li role="none">
<DropdownItem
as="button"
+1
View File
@@ -2274,6 +2274,7 @@
"sync_with_a_github_repository": "Sync with a GitHub repository.",
"synctex_error_recompile_and_try_again": "That didnt work. Recompile and try again.",
"synctex_failed": "Couldnt find the corresponding source file",
"syntax_checks": "Syntax checks",
"syntax_validation": "Code check",
"tab_connecting": "Connecting with the editor",
"tab_no_longer_connected": "This tab is no longer connected with the editor",