{wasScheduled ? scheduledAt ? `Will publish on ${new Intl.DateTimeFormat('en-GB', { timeZone: userTimezone, weekday: 'short', day: 'numeric', month: 'short', year: 'numeric', hour: '2-digit', minute: '2-digit', hour12: false }).format(new Date(scheduledAt))}` : 'Your artwork is scheduled for future publishing.' : 'It has been published and is now visible to the community.'}