mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-08-23 07:25:16 +00:00
copy: drop the em dash from the wider-period hint (repo copy rule)
This commit is contained in:
parent
0a43427924
commit
21382bb8e6
1 changed files with 1 additions and 1 deletions
|
|
@ -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 (
|
||||
<EmptyNote>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue