Skip to content

Commit fb85c0f

Browse files
authored
Merge pull request #689 from dodo920306/fix/redundant-placeholder
Fix some UI wording and typeset
2 parents 71046a6 + 00f732c commit fb85c0f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/dashboard/src/components/StandardTable/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

src/dashboard/src/locales/zh-CN/login.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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': '再次输入密码',

src/dashboard/src/pages/User/Login.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)