From 56f58bde9a20c2efdee652ffe911a3481e0a56f9 Mon Sep 17 00:00:00 2001 From: Calixte Denizet Date: Thu, 13 Mar 2025 16:04:31 +0100 Subject: [PATCH] [Editor] Fix variable name in the ftl file and add a linting rule to avoid such an error in the future. --- .github/fluent_linter_config.yml | 2 ++ l10n/en-US/viewer.ftl | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/fluent_linter_config.yml b/.github/fluent_linter_config.yml index a03205f44..dd8629950 100644 --- a/.github/fluent_linter_config.yml +++ b/.github/fluent_linter_config.yml @@ -25,3 +25,5 @@ CO01: exclusions: files: [] messages: [] +VC: + disabled: false diff --git a/l10n/en-US/viewer.ftl b/l10n/en-US/viewer.ftl index 6b2409550..641f92470 100644 --- a/l10n/en-US/viewer.ftl +++ b/l10n/en-US/viewer.ftl @@ -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 }