Refine sync insight text

This commit is contained in:
Sam Becker 2025-04-20 00:12:51 -05:00
parent 9169391514
commit 5fe45872df

View File

@ -425,13 +425,17 @@ export default function AdminAppInsightsClient({
TEXT_COLOR_BLUE,
)}
/>}
content={renderHighlightText(
pluralize(
photosCountNeedSync || DEBUG_PHOTOS_NEED_SYNC_COUNT,
'photo',
) + ' need to be synced',
'blue',
)}
content={<>
{renderHighlightText(
pluralize(
photosCountNeedSync || DEBUG_PHOTOS_NEED_SYNC_COUNT,
'photo',
),
'blue',
)}
{' '}
to sync
</>}
expandPath={PATH_ADMIN_PHOTOS_SYNC}
/>}
<ScoreCardRow