mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
[Editor] Update the id for a l10n string
This commit is contained in:
parent
03c6febc44
commit
ae2cf7e1e7
3 changed files with 3 additions and 3 deletions
|
@ -56,7 +56,7 @@ class FreeTextEditor extends AnnotationEditor {
|
|||
}
|
||||
|
||||
static initialize(l10n) {
|
||||
this._l10nPromise = l10n.get("freetext_default_content");
|
||||
this._l10nPromise = l10n.get("free_text_default_content");
|
||||
const style = getComputedStyle(document.documentElement);
|
||||
|
||||
if (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue