Use … instead of ...

This commit is contained in:
Sergio Padrino 2023-09-02 19:08:01 +02:00
parent e7dda3bce3
commit 5b6af7d1d2

View file

@ -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
} }