Skip to content

Commit 56f58bd

Browse files
committed
[Editor] Fix variable name in the ftl file
and add a linting rule to avoid such an error in the future.
1 parent d5c185b commit 56f58bd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/fluent_linter_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ CO01:
2525
exclusions:
2626
files: []
2727
messages: []
28+
VC:
29+
disabled: false

l10n/en-US/viewer.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ pdfjs-editor-signature-add-signature-button-label = Add new signature
373373
374374
# Used on the button to use an already saved signature.
375375
# Variables:
376-
# description (String) - a string describing/labeling the signature.
376+
# $description (String) - a string describing/labeling the signature.
377377
pdfjs-editor-add-saved-signature-button =
378378
.title = Saved signature: { $description }
379379

0 commit comments

Comments
 (0)