Clarify storage config language
This commit is contained in:
parent
db878b79f7
commit
6bc406da36
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user