From 3e90d13e2eed0c69f40a5fc9fd4e65c6c24ba779 Mon Sep 17 00:00:00 2001 From: Smith Ellis Date: Wed, 13 Mar 2024 15:20:39 -0400 Subject: [PATCH] Revise link text --- kitsune/products/jinja2/products/documents.html | 2 +- kitsune/products/jinja2/products/product.html | 2 +- kitsune/wiki/jinja2/wiki/document.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 %}