fix: i18n

This commit is contained in:
devezhao 2021-05-15 12:21:30 +08:00
parent 8b89c52d1d
commit dfb2d3b87c
4 changed files with 4 additions and 4 deletions

View file

@ -22,7 +22,7 @@ import com.rebuild.utils.JSONUtils;
import java.util.Date;
/**
* 办日程
* 办日程
*
* @author devezhao
* @since 2020/2/28

View file

@ -1056,7 +1056,7 @@
"DetailEntityNotBeMain": "明细实体不能作为主实体",
"SelectMainEntityBeXUsed": "选择的主实体已被 %s 使用",
"Message": "消息",
"Todo": "办",
"Todo": "办",
"MakeReadAll": "已读全部",
"MakeReadAllConfirm": "确认已读全部消息?",
"MakeReadAllTips": "全部消息已设为已读",

View file

@ -1056,7 +1056,7 @@
"DetailEntityNotBeMain": "明細實體不能作為主實體",
"SelectMainEntityBeXUsed": "選擇的主實體已被 %s 使用",
"Message": "消息",
"Todo": "辦",
"Todo": "辦",
"MakeReadAll": "已讀全部",
"MakeReadAllConfirm": "確認已讀全部消息?",
"MakeReadAllTips": "全部消息已設為已讀",

View file

@ -152,7 +152,7 @@ class DlgChangeEmail extends RbFormHandler {
<RbModal title={$L('ModifySome,Email')} ref="dlg" disposeOnHide={true}>
<div className="form">
<div className="form-group row">
<label className="col-sm-3 col-form-label text-sm-right">{$L('email')}</label>
<label className="col-sm-3 col-form-label text-sm-right">{$L('Email')}</label>
<div className="col-sm-7">
<input type="text" className="form-control form-control-sm" data-id="newEmail" onChange={this.handleChange} />
</div>