From 79929eff054f37a92311cda713c2f23b20b2148d Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 23 Jun 2021 14:59:21 +0300 Subject: [PATCH] [SSE] Fix description for formulas (#939) --- apps/spreadsheeteditor/main/app/view/FormulaWizard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/main/app/view/FormulaWizard.js b/apps/spreadsheeteditor/main/app/view/FormulaWizard.js index 5d22d2e4e..1e161d8e4 100644 --- a/apps/spreadsheeteditor/main/app/view/FormulaWizard.js +++ b/apps/spreadsheeteditor/main/app/view/FormulaWizard.js @@ -407,7 +407,7 @@ define([ me.helpUrl = url; me.showHelp(); } else { - lang = 'en'; + lang = '{{DEFAULT_LANG}}'; url = 'resources/help/' + lang + name; fetch(url).then(function(response){ if ( response.ok ) {