mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-11 19:58:15 +02:00
[Editor] Fix variable name in the ftl file
and add a linting rule to avoid such an error in the future.
This commit is contained in:
parent
d5c185b90a
commit
56f58bde9a
2 changed files with 3 additions and 1 deletions
2
.github/fluent_linter_config.yml
vendored
2
.github/fluent_linter_config.yml
vendored
|
@ -25,3 +25,5 @@ CO01:
|
|||
exclusions:
|
||||
files: []
|
||||
messages: []
|
||||
VC:
|
||||
disabled: false
|
||||
|
|
|
@ -373,7 +373,7 @@ pdfjs-editor-signature-add-signature-button-label = Add new signature
|
|||
|
||||
# Used on the button to use an already saved signature.
|
||||
# Variables:
|
||||
# description (String) - a string describing/labeling the signature.
|
||||
# $description (String) - a string describing/labeling the signature.
|
||||
pdfjs-editor-add-saved-signature-button =
|
||||
.title = Saved signature: { $description }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue