Skip to content

Commit 648c349

Browse files
committed
优化操作冲突标题
1 parent 95dae35 commit 648c349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/ui/multi-commit-operation/base-multi-commit-operation.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ export abstract class BaseMultiCommitOperation extends React.Component<IMultiCom
205205
ourBranch={ourBranch}
206206
theirBranch={theirBranch}
207207
manualResolutions={manualResolutions}
208-
headerTitle={`进行${operationDetail.kind}前请先解决冲突`}
208+
headerTitle={`请先解决冲突后继续${operationDetail.kind}`}
209209
submitButton={submit}
210210
abortButton={abort}
211211
onSubmit={this.onContinueAfterConflicts}

0 commit comments

Comments
 (0)