Tweak checklist copy

This commit is contained in:
Sam Becker 2024-01-20 23:50:57 -06:00
parent 3bd89f62b5
commit 04dd1baef4

View File

@ -144,7 +144,7 @@ export default function SiteChecklistClient({
<ChecklistRow
title={hasStorage
// eslint-disable-next-line max-len
? `Setup storage (preferred adapter: ${labelForStorage(storagePreference)})`
? `Setup storage (preferred: ${labelForStorage(storagePreference)})`
: 'Setup storage (one of the following)'}
status={hasStorage}
isPending={isPendingPage}