Clarify storage config language

This commit is contained in:
Sam Becker 2024-01-21 16:53:04 -06:00
parent db878b79f7
commit 6bc406da36

View File

@ -147,7 +147,8 @@ export default function SiteChecklistClient({
title={!hasStorage
? 'Setup storage (one of the following)'
: hasMultipleStorageProviders
? `Setup storage (current: ${labelForStorage(currentStorage)})`
// eslint-disable-next-line max-len
? `Setup storage (new uploads go to: ${labelForStorage(currentStorage)})`
: 'Setup storage'}
status={hasStorage}
isPending={isPendingPage}