Fix missing i18n text.

This commit is contained in:
Gucheng Wang
2022-06-15 00:55:06 +08:00
parent ff94e5164a
commit 1b5a8f8e57
8 changed files with 74 additions and 2 deletions

View File

@ -132,7 +132,7 @@ class ModelEditPage extends React.Component {
</Row>
<Row style={{marginTop: '20px'}} >
<Col style={{marginTop: '5px'}} span={(Setting.isMobile()) ? 22 : 2}>
{Setting.getLabel(i18next.t("model:Model"), i18next.t("model:Model - Tooltip"))} :
{Setting.getLabel(i18next.t("model:Model text"), i18next.t("model:Model text - Tooltip"))} :
</Col>
<Col span={22}>
<TextArea rows={10} value={this.state.model.modelText} onChange={e => {