mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 06:09:02 +02:00
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:
@@ -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"
|
||||
|
||||
@@ -2274,6 +2274,7 @@
|
||||
"sync_with_a_github_repository": "Sync with a GitHub repository.",
|
||||
"synctex_error_recompile_and_try_again": "That didn’t work. Recompile and try again.",
|
||||
"synctex_failed": "Couldn’t 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",
|
||||
|
||||
Reference in New Issue
Block a user