File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ class StandardTable extends PureComponent {
103103 { intl . formatMessage ( {
104104 id : 'component.standardTable.selected' ,
105105 defaultMessage : 'Selected' ,
106- } ) }
106+ } ) } { ' ' }
107107 < a style = { { fontWeight : 600 } } > { selectedRowKeys . length } </ a > { ' ' }
108108 { intl . formatMessage ( {
109109 id : 'component.standardTable.item' ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export default {
1010 'app.login.sign-in-with' : '其他登录方式' ,
1111 'app.login.signUp' : '注册账户' ,
1212 'app.login.login' : '登录' ,
13- 'app.login.email' : 'E-mail ' ,
13+ 'app.login.email' : '邮箱地址 ' ,
1414 'app.register.register' : '注册' ,
1515 'app.register.orgName' : '组织名' ,
1616 'app.register.passwordAgain' : '再次输入密码' ,
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ class LoginPage extends Component {
9595 />
9696 < Password
9797 name = "password"
98- placeholder = { `${ intl . formatMessage ( { id : 'app.login.password' } ) } : password ` }
98+ placeholder = { `${ intl . formatMessage ( { id : 'app.login.password' } ) } ` }
9999 rules = { [
100100 {
101101 required : true ,
You can’t perform that action at this time.
0 commit comments