diff --git a/blog/20260919-simplex-supporter-badges.html b/blog/20260919-simplex-supporter-badges.html
index e1d2bdbe2a..6b01b5edf0 100644
--- a/blog/20260919-simplex-supporter-badges.html
+++ b/blog/20260919-simplex-supporter-badges.html
@@ -533,14 +533,14 @@ window.addEventListener('click',(e)=>{
-
If you invest $500 or more by September 22, you will also receive a public SimpleX name for 7 years.
+If you invest $500 or more by November 22, you will also receive a public SimpleX name for 5 years.
Learn more and invest on Wefunder: https://wefunder.com/simplex.chat
diff --git a/blog/index.html b/blog/index.html
index 4eb67aacd0..5bfc882ad1 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -541,7 +541,7 @@ window.addEventListener('click',(e)=>{
Investors in our equity crowdfunding receive badges as perks.
-If you invest $500 or more by September 22, you will also receive a public SimpleX name for 7 years. Learn more and invest on Wefunder.
+If you invest $500 or more by November 22, you will also receive a public SimpleX name for 5 years. Learn more and invest on Wefunder.
diff --git a/crowdfunding/index.html b/crowdfunding/index.html
index a149e47ff1..e2ab032e59 100644
--- a/crowdfunding/index.html
+++ b/crowdfunding/index.html
@@ -1288,7 +1288,7 @@
-
Invest $500+ by September 22 and get a SimpleX public name for your channel or business for 7 years, ahead of public launch.
+
Invest $500+ by November 22 during early bird terms and get a SimpleX public name for your channel or business for 5 years, ahead of public launch.
@@ -1538,9 +1538,10 @@
var PHASES = [
{ until: Date.UTC(2026, 8, 23, 12, 0, 0), what: 'SimpleX name for 7 years', terms: null },
{ until: Date.UTC(2026, 10, 23, 12, 0, 0), what: 'SimpleX name for 5 years',
- terms: 'Invest $500+ while early bird terms last.' },
+ terms: 'Invest $500+ during early bird terms.',
+ wide: 'Invest $500+ during early bird terms, and get the name ahead of public launch.' },
{ until: Infinity, what: 'SimpleX name for 5 years',
- terms: 'Invest $500+ while early bird terms last.' }
+ terms: 'Invest $500+ during early bird terms.' }
];
var shown = -1;
var digits = null;
@@ -1666,6 +1667,7 @@
if (leadShort) fitLine(leadShort);
}
var narrow = window.matchMedia('(max-width: 959px) and (orientation: portrait)');
+ var desktop = window.matchMedia('(min-width: 960px)');
function left(ms) {
var total = Math.floor(ms / 1000);
var days = Math.floor(total / 86400);
@@ -1682,7 +1684,8 @@
if (changed) {
shown = i;
what.textContent = PHASES[i].what + (timed ? ':' : '');
- if (PHASES[i].terms !== null) terms.textContent = PHASES[i].terms;
+ var line = desktop.matches && PHASES[i].wide ? PHASES[i].wide : PHASES[i].terms;
+ if (line !== null) terms.textContent = line;
if (!timed) { clock.textContent = ''; clearInterval(timer); fit(); return; }
}
if (!digits) {
diff --git a/feed.atom b/feed.atom
index e5dc42b125..52f6a86880 100644
--- a/feed.atom
+++ b/feed.atom
@@ -4014,14 +4014,14 @@ A few bugs and UX issues but great foundation. Love that it’s public domain.&l
</tr>
</tbody>
</table>
-<p>If you invest $500 or more by September 22, you will also receive <a href="https://simplex.domains/?utm_source=blog">a public SimpleX name</a> for 7 years<sup class="footnote-ref"><a href="https://simplex.chat/blog/20260919-simplex-supporter-badges.html#note-name" id="ref-name">2</a></sup>.</p>
+<p>If you invest $500 or more by November 22, you will also receive <a href="https://simplex.domains/?utm_source=blog">a public SimpleX name</a> for 5 years<sup class="footnote-ref"><a href="https://simplex.chat/blog/20260919-simplex-supporter-badges.html#note-name" id="ref-name">2</a></sup>.</p>
<p>Learn more and invest on Wefunder: <a href="https://wefunder.com/simplex.chat?utm_source=blog">https://wefunder.com/simplex.chat</a></p>
<hr class="footnotes-sep" />
<section class="footnotes">
<ol class="footnotes-list">
<li id="note-beta" class="footnote-item"><p>v7.1 beta is available via <a href="https://play.google.com/store/apps/details?id=chat.simplex.app">Play Store</a> (Android beta), <a href="https://testflight.apple.com/join/DWuT2LQu">TestFlight</a> (iOS), our <a href="https://simplex.chat/fdroid/">F-Droid repo</a> and <a href="https://github.com/simplex-chat/simplex-chat/releases">GitHub</a> (Android and desktop). <a href="https://simplex.chat/blog/20260919-simplex-supporter-badges.html#ref-beta" class="footnote-backref">↩︎</a></p>
</li>
-<li id="note-name" class="footnote-item"><p>After September 22, investors of $500 or more receive a name for 5 years as early bird investors, and for 3 years after that — ahead of the public launch of names on December 12. <a href="https://simplex.chat/blog/20260919-simplex-supporter-badges.html#ref-name" class="footnote-backref">↩︎</a></p>
+<li id="note-name" class="footnote-item"><p>Investors of $500 or more by September 22 receive a name for 7 years, and after November 22 for 3 years — ahead of the public launch of names on December 12. <a href="https://simplex.chat/blog/20260919-simplex-supporter-badges.html#ref-name" class="footnote-backref">↩︎</a></p>
</li>
</ol>
</section>
diff --git a/feed.rss b/feed.rss
index 637ef1528a..bf6eed1e74 100644
--- a/feed.rss
+++ b/feed.rss
@@ -62,14 +62,14 @@
</tr>
</tbody>
</table>
-<p>If you invest $500 or more by September 22, you will also receive <a href="https://simplex.domains/?utm_source=blog">a public SimpleX name</a> for 7 years<sup class="footnote-ref"><a href="https://simplex.chat/blog/20260919-simplex-supporter-badges.html#note-name" id="ref-name">2</a></sup>.</p>
+<p>If you invest $500 or more by November 22, you will also receive <a href="https://simplex.domains/?utm_source=blog">a public SimpleX name</a> for 5 years<sup class="footnote-ref"><a href="https://simplex.chat/blog/20260919-simplex-supporter-badges.html#note-name" id="ref-name">2</a></sup>.</p>
<p>Learn more and invest on Wefunder: <a href="https://wefunder.com/simplex.chat?utm_source=blog">https://wefunder.com/simplex.chat</a></p>
<hr class="footnotes-sep" />
<section class="footnotes">
<ol class="footnotes-list">
<li id="note-beta" class="footnote-item"><p>v7.1 beta is available via <a href="https://play.google.com/store/apps/details?id=chat.simplex.app">Play Store</a> (Android beta), <a href="https://testflight.apple.com/join/DWuT2LQu">TestFlight</a> (iOS), our <a href="https://simplex.chat/fdroid/">F-Droid repo</a> and <a href="https://github.com/simplex-chat/simplex-chat/releases">GitHub</a> (Android and desktop). <a href="https://simplex.chat/blog/20260919-simplex-supporter-badges.html#ref-beta" class="footnote-backref">↩︎</a></p>
</li>
-<li id="note-name" class="footnote-item"><p>After September 22, investors of $500 or more receive a name for 5 years as early bird investors, and for 3 years after that — ahead of the public launch of names on December 12. <a href="https://simplex.chat/blog/20260919-simplex-supporter-badges.html#ref-name" class="footnote-backref">↩︎</a></p>
+<li id="note-name" class="footnote-item"><p>Investors of $500 or more by September 22 receive a name for 7 years, and after November 22 for 3 years — ahead of the public launch of names on December 12. <a href="https://simplex.chat/blog/20260919-simplex-supporter-badges.html#ref-name" class="footnote-backref">↩︎</a></p>
</li>
</ol>
</section>