diff --git a/kitsune/products/jinja2/products/documents.html b/kitsune/products/jinja2/products/documents.html index 4af7cdb9f80..61d29a8d4c3 100644 --- a/kitsune/products/jinja2/products/documents.html +++ b/kitsune/products/jinja2/products/documents.html @@ -33,7 +33,7 @@ {% if product.slug == 'hubs' %}
-

{{ _('Mozilla Hubs will shut down on May 31, 2024. For more information about the shutdown and how you can support Hubs\' life beyond Mozilla, please read this article.') }}

+

{{ _('Mozilla Hubs will shut down on May 31, 2024. For more information about the shutdown and how you can support Hubs\' life beyond Mozilla please read this article at Mozilla Hubs Creator Labs.') }}

{% endif %} {% endblock %} diff --git a/kitsune/products/jinja2/products/product.html b/kitsune/products/jinja2/products/product.html index 43bdb0e4352..381cdbba113 100644 --- a/kitsune/products/jinja2/products/product.html +++ b/kitsune/products/jinja2/products/product.html @@ -16,7 +16,7 @@ {% if product.slug == 'hubs' %}
-

{{ _('Mozilla Hubs will shut down on May 31, 2024. For more information about the shutdown and how you can support Hubs\' life beyond Mozilla, please read this article.') }}

+

{{ _('Mozilla Hubs will shut down on May 31, 2024. For more information about the shutdown and how you can support Hubs\' life beyond Mozilla please read this article at Mozilla Hubs Creator Labs.') }}

{% endif %} {% endblock %} diff --git a/kitsune/wiki/jinja2/wiki/document.html b/kitsune/wiki/jinja2/wiki/document.html index c8732839832..64d99d8dfb7 100644 --- a/kitsune/wiki/jinja2/wiki/document.html +++ b/kitsune/wiki/jinja2/wiki/document.html @@ -17,7 +17,7 @@ {% if product.slug == 'hubs' %}
-

{{ _('Mozilla Hubs will shut down on May 31, 2024. For more information about the shutdown and how you can support Hubs\' life beyond Mozilla, please read this article.') }}

+

{{ _('Mozilla Hubs will shut down on May 31, 2024. For more information about the shutdown and how you can support Hubs\' life beyond Mozilla please read this article at Mozilla Hubs Creator Labs.') }}

{% endif %} {% endblock %}