From 21382bb8e67207ce8f56e340610bb2d717b6d820 Mon Sep 17 00:00:00 2001 From: iamtoruk Date: Sat, 22 Aug 2026 12:46:42 -0700 Subject: [PATCH] copy: drop the em dash from the wider-period hint (repo copy rule) --- app/renderer/sections/PullRequests.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/renderer/sections/PullRequests.tsx b/app/renderer/sections/PullRequests.tsx index add3c898..7938f514 100644 --- a/app/renderer/sections/PullRequests.tsx +++ b/app/renderer/sections/PullRequests.tsx @@ -121,7 +121,7 @@ function PrEmptyNote({ period, provider, range }: { period: Period; provider: st const periodLabel = range ? rangeLabel(range) : PERIOD_LABELS[period] const widerHint = widerCount && widerCount > 0 - ? ` Lifetime has ${widerCount.toLocaleString('en-US')} pull requests — switch the period control to Life.` + ? ` Lifetime has ${widerCount.toLocaleString('en-US')} pull requests. Switch the period control to Life.` : '' return (