Fix: formula assistant translations (#1192)

These strings are translated under the `FormulaAssistant.*` keys in weblate
This commit is contained in:
Vincent Viers 2024-09-04 17:11:22 +02:00 committed by GitHub
parent 54bee97cb6
commit f0d0b9120b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;