Skip to content

Commit

Permalink
2.5.0汉化后部分bug修复
Browse files Browse the repository at this point in the history
登录和添加创建存储库bug修复
  • Loading branch information
lkyero committed May 23, 2020
1 parent 94aa638 commit f537c07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions OnekeyUIApp/OnekeyUIApp/Resources/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -34134,7 +34134,7 @@ module.exports = function (e) {
if (!e || e.kind === r.SignInStep.Success) return null;
const t = e.loading,
n = e.error ? o.createElement(c.DialogError, null, e.error.message) : null,
i = this.props.signInState && this.props.signInState.kind === r.SignInStep.Authentication && !this.props.signInState.supportsBasicAuth ? h : '登录';
i = this.props.signInState && this.props.signInState.kind === r.SignInStep.Authentication && !this.props.signInState.supportsBasicAuth ? f : '登录';
return o.createElement(c.Dialog, {
id: 'sign-in',
title: i,
Expand Down Expand Up @@ -35191,7 +35191,7 @@ module.exports = function (e) {
label: '使用 README 文件初始化此存储库',
value: this.state.createWithReadme ? u.CheckboxValue.On : u.CheckboxValue.Off,
onChange: this.onCreateWithReadmeChange
})), this.renderReadmeOverwriteWarning(), this.renderGitIgnores(), this.renderLicenses()), r.createElement(b.DialogFooter, null, r.createElement(_.OkCancelButtonGroup, {
})), this.renderReadmeOverwriteWarning(), this.renderGitIgnores(), this.renderLicenses()), r.createElement(b.DialogFooter, null, r.createElement(R.OkCancelButtonGroup, {
okButtonText: '创建存储库',
okButtonDisabled: e
})))
Expand Down
4 changes: 2 additions & 2 deletions renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -34134,7 +34134,7 @@ module.exports = function (e) {
if (!e || e.kind === r.SignInStep.Success) return null;
const t = e.loading,
n = e.error ? o.createElement(c.DialogError, null, e.error.message) : null,
i = this.props.signInState && this.props.signInState.kind === r.SignInStep.Authentication && !this.props.signInState.supportsBasicAuth ? h : '登录';
i = this.props.signInState && this.props.signInState.kind === r.SignInStep.Authentication && !this.props.signInState.supportsBasicAuth ? f : '登录';
return o.createElement(c.Dialog, {
id: 'sign-in',
title: i,
Expand Down Expand Up @@ -35191,7 +35191,7 @@ module.exports = function (e) {
label: '使用 README 文件初始化此存储库',
value: this.state.createWithReadme ? u.CheckboxValue.On : u.CheckboxValue.Off,
onChange: this.onCreateWithReadmeChange
})), this.renderReadmeOverwriteWarning(), this.renderGitIgnores(), this.renderLicenses()), r.createElement(b.DialogFooter, null, r.createElement(_.OkCancelButtonGroup, {
})), this.renderReadmeOverwriteWarning(), this.renderGitIgnores(), this.renderLicenses()), r.createElement(b.DialogFooter, null, r.createElement(R.OkCancelButtonGroup, {
okButtonText: '创建存储库',
okButtonDisabled: e
})))
Expand Down

0 comments on commit f537c07

Please sign in to comment.