Index: gc_lang/fr/webext/panel/lex_editor.html ================================================================== --- gc_lang/fr/webext/panel/lex_editor.html +++ gc_lang/fr/webext/panel/lex_editor.html @@ -333,12 +333,12 @@ + - Index: gc_lang/fr/webext/panel/lex_editor.js ================================================================== --- gc_lang/fr/webext/panel/lex_editor.js +++ gc_lang/fr/webext/panel/lex_editor.js @@ -823,11 +823,11 @@ const oTagsInfo = { load: function () { let lEntry = []; - for (let [sTag, [_, sLabel]] of _dTag) { + for (let [sTag, [_, sLabel]] of lexgraph_fr.dTag) { lEntry.push([sTag, sLabel.trim()]); } oTagsTable.fill(lEntry); } }