Refine sync insight text
This commit is contained in:
parent
9169391514
commit
5fe45872df
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user