From 00c7dc27ca3c8fc6df163ef1e7d639ee872b2f20 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Tue, 9 Jan 2024 14:19:32 +0000 Subject: [PATCH] refactor: copy --- packages/website/components/w3up-launch.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/website/components/w3up-launch.js b/packages/website/components/w3up-launch.js index 2e61ccc591..7e5a304a9c 100644 --- a/packages/website/components/w3up-launch.js +++ b/packages/website/components/w3up-launch.js @@ -19,7 +19,8 @@ export const W3upMigrationRecommendationCopy = ({ sunsetStartDate }) => { const sunsetDateFormatter = new Intl.DateTimeFormat(undefined, { dateStyle: 'long' }); return ( <> - This web3.storage product has sunset for new uploads. To continue uploading, migrate to the new web3.storage API. + This web3.storage product sunset for new uploads on {sunsetDateFormatter.format(sunsetStartDate)}. To continue + uploading, migrate to the new web3.storage API.
Click here to create a new account and  here to read about what’s awesome about the new web3.storage experience.