更正错误翻译

美观优化
准备发布1.2.1
This commit is contained in:
2022-09-02 11:44:45 +08:00
parent b1c4acb830
commit 71b116514a
3 changed files with 3 additions and 3 deletions

View File

@@ -203,7 +203,7 @@ let mainMenu = [
}
},
{
label: '显示聊',
label: '显示聊天列表',
accelerator: !isOsx ? 'Ctrl+Shift+M' : 'Shift+Cmd+M',
click() {
mainWindow.show();

View File

@@ -11,7 +11,7 @@ export default class Placeholder extends Component {
className={classes.button}
href="mailto:var.845541909@qq.com?Subject=WeWeChat%20Feedback"
target="_blank">
发送反馈
Send Feedback
<i className="icon-ion-ios-email-outline" />
</a>

View File

@@ -73,7 +73,7 @@ export default class Settings extends Component {
user && (
<li className={classes.user}>
<Avatar src={this.props.user.User.HeadImgUrl} />
<button onClick={e => this.props.logout()}>登出</button>
<button onClick={e => this.props.logout()}>Logout</button>
</li>
)
}