[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
.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…
x
Reference in New Issue
Block a user