mirror of
https://github.com/desktop/desktop
synced 2024-10-31 11:07:25 +00:00
Use … instead of ...
This commit is contained in:
parent
e7dda3bce3
commit
5b6af7d1d2
1 changed files with 2 additions and 2 deletions
|
@ -691,8 +691,8 @@ function getPlaceholderText(state: ICompareState) {
|
||||||
return __DARWIN__ ? 'No Branches to Compare' : 'No branches to compare'
|
return __DARWIN__ ? 'No Branches to Compare' : 'No branches to compare'
|
||||||
} else if (formState.kind === HistoryTabMode.History) {
|
} else if (formState.kind === HistoryTabMode.History) {
|
||||||
return __DARWIN__
|
return __DARWIN__
|
||||||
? 'Select Branch to Compare...'
|
? 'Select Branch to Compare…'
|
||||||
: 'Select branch to compare...'
|
: 'Select branch to compare…'
|
||||||
} else {
|
} else {
|
||||||
return undefined
|
return undefined
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue