diff --git a/app/src/ui/history/compare.tsx b/app/src/ui/history/compare.tsx index 5bca658386..fe951cbf0d 100644 --- a/app/src/ui/history/compare.tsx +++ b/app/src/ui/history/compare.tsx @@ -691,8 +691,8 @@ function getPlaceholderText(state: ICompareState) { return __DARWIN__ ? 'No Branches to Compare' : 'No branches to compare' } else if (formState.kind === HistoryTabMode.History) { return __DARWIN__ - ? 'Select Branch to Compare...' - : 'Select branch to compare...' + ? 'Select Branch to Compareā€¦' + : 'Select branch to compareā€¦' } else { return undefined }