From f0d0b9120b3ddd7658e8dad545b0a478e103b896 Mon Sep 17 00:00:00 2001 From: Vincent Viers <30295971+vviers@users.noreply.github.com> Date: Wed, 4 Sep 2024 17:11:22 +0200 Subject: [PATCH] Fix: formula assistant translations (#1192) These strings are translated under the `FormulaAssistant.*` keys in weblate --- app/client/widgets/FormulaAssistant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/widgets/FormulaAssistant.ts b/app/client/widgets/FormulaAssistant.ts index 6010f0ca..65acaaa3 100644 --- a/app/client/widgets/FormulaAssistant.ts +++ b/app/client/widgets/FormulaAssistant.ts @@ -35,7 +35,7 @@ import {Marked} from 'marked'; import {markedHighlight} from 'marked-highlight'; import {v4 as uuidv4} from 'uuid'; -const t = makeT('FormulaEditor'); +const t = makeT('FormulaAssistant'); const testId = makeTestId('test-formula-editor-'); const LOW_CREDITS_WARNING_BANNER_THRESHOLD = 10;