Skip to content

Commit

Permalink
主要远程仓库地址
Browse files Browse the repository at this point in the history
  • Loading branch information
zetaloop committed Dec 10, 2024
1 parent 46e222e commit 8e370f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/ui/repository-settings/remote.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ export class Remote extends React.Component<IRemoteProps, {}> {
placeholder="远程地址"
label={
__DARWIN__
? `Primary Remote Repository (${remote.name}) URL`
: `Primary remote repository (${remote.name}) URL`
? `主要远程仓库 (${remote.name}) 地址`
: `主要远程仓库 (${remote.name}) 地址`
}
value={remote.url}
onValueChanged={this.props.onRemoteUrlChanged}
Expand Down

0 comments on commit 8e370f7

Please sign in to comment.