-- Clearer default wording for the "future products" promise (only if you haven't customised it).
UPDATE site_texts
   SET body = 'Free access to our future products. Whenever {site} releases a new digital product, existing customers get it free and we let you know by email.'
 WHERE `key` = 'promise_future'
   AND body = 'Free access to our future products. If we launch a new digital product on {site}, existing customers get it free, and we will let you know by email.';
