From 5b6af7d1d2e61ba78507a48ef8a5f11cb6e45d5d Mon Sep 17 00:00:00 2001 From: Sergio Padrino Date: Sat, 2 Sep 2023 19:08:01 +0200 Subject: [PATCH] =?UTF-8?q?Use=20=E2=80=A6=20instead=20of=20...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/ui/history/compare.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }