0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Renamed offer stat label (#19206)

fixes ADM-34
This commit is contained in:
Sodbileg Gansukh 2023-11-30 20:45:33 +08:00 committed by GitHub
parent 4b2c4dd2b3
commit 9edffbffee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,7 +107,7 @@ const Sidebar: React.FC<{
<div className='flex items-end justify-between'>
<div className='flex flex-col gap-5'>
<div className='flex flex-col gap-1.5'>
<span className='text-xs font-semibold leading-none text-grey-700'>Engagement</span>
<span className='text-xs font-semibold leading-none text-grey-700'>Performance</span>
<span>{offer?.redemption_count} {offer?.redemption_count === 1 ? 'redemption' : 'redemptions'}</span>
</div>
{offer?.redemption_count > 0 && offer?.last_redeemed ?