Skip to content

Commit

Permalink
fix formula translate bug (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuntian authored Jul 11, 2024
1 parent fceab1e commit 65fa69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension/plugins/formula/menu/formula-modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const FormulaModal = ({ editor, formula, onCloseModal }) => {

return (
<Modal isOpen={true} toggle={onCloseModal} autoFocus={false} wrapClassName='formula-dialog-wrapper'>
<ModalHeader toggle={onCloseModal}>{t('insert_formula')}</ModalHeader>
<ModalHeader toggle={onCloseModal}>{t('Insert_formula')}</ModalHeader>
<ModalBody>
<div className="form-group">
<label className="form-check-label">{t('Formula')}</label>
Expand Down

0 comments on commit 65fa69e

Please sign in to comment.