Skip to content

Commit

Permalink
Fix: formula assistant translations (#1192)
Browse files Browse the repository at this point in the history
These strings are translated under the `FormulaAssistant.*` keys in weblate
  • Loading branch information
vviers authored Sep 4, 2024
1 parent 54bee97 commit f0d0b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/widgets/FormulaAssistant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f0d0b91

Please sign in to comment.