Skip to content

Commit

Permalink
consistent case for all .ftl entries
Browse files Browse the repository at this point in the history
  • Loading branch information
abaevbog committed Apr 19, 2024
1 parent fb4a909 commit 877b222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chrome/content/zotero/runJS.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="textbox-header">
<label id="code-editor-label" data-l10n-id="runJS-editor-label" class="textbox-label"></label>
<div>
<label id="run-as-async-label" data-l10n-id="runJS-runAsync" for="run-as-async"></label>
<label id="run-as-async-label" data-l10n-id="runJS-run-async" for="run-as-async"></label>
<input id="run-as-async" type="checkbox" onclick="update()">
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion chrome/locale/en-US/zotero/zotero.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ runJS-result = {
[async] Return value:
*[other] Result:
}
runJS-runAsync = Run as async function
runJS-run-async = Run as async function
bibliography-style-label = Citation Style:
bibliography-locale-label = Language:
Expand Down

0 comments on commit 877b222

Please sign in to comment.