mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
Fix: formula assistant translations (#1192)
These strings are translated under the `FormulaAssistant.*` keys in weblate
This commit is contained in:
parent
54bee97cb6
commit
f0d0b9120b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user