Skip to content

Commit

Permalink
Merge pull request #5919 from smithellis/hubs-banner-revision
Browse files Browse the repository at this point in the history
Revise link text
  • Loading branch information
smithellis authored Mar 13, 2024
2 parents f566582 + 3e90d13 commit ae6e9b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kitsune/products/jinja2/products/documents.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{% if product.slug == 'hubs' %}
<div id="hubs-banner" class="mzp-c-notification-bar mzp-t-warning">
<button class="mzp-c-notification-bar-button close-button" type="button"></button>
<p>{{ _('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 <a href="https://hubs.mozilla.com/labs/sunset/">this article</a>.') }}</p>
<p>{{ _('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 <a href="https://hubs.mozilla.com/labs/sunset/">article at Mozilla Hubs Creator Labs</a>.') }}</p>
</div>
{% endif %}
{% endblock %}
Expand Down
2 changes: 1 addition & 1 deletion kitsune/products/jinja2/products/product.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{% if product.slug == 'hubs' %}
<div id="hubs-banner" class="mzp-c-notification-bar mzp-t-warning">
<button class="mzp-c-notification-bar-button close-button" type="button"></button>
<p>{{ _('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 <a href="https://hubs.mozilla.com/labs/sunset/">this article</a>.') }}</p>
<p>{{ _('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 <a href="https://hubs.mozilla.com/labs/sunset/">article at Mozilla Hubs Creator Labs</a>.') }}</p>
</div>
{% endif %}
{% endblock %}
Expand Down
2 changes: 1 addition & 1 deletion kitsune/wiki/jinja2/wiki/document.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{% if product.slug == 'hubs' %}
<div id="hubs-banner" class="mzp-c-notification-bar mzp-t-warning">
<button class="mzp-c-notification-bar-button close-button" type="button"></button>
<p>{{ _('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 <a href="https://hubs.mozilla.com/labs/sunset/">this article</a>.') }}</p>
<p>{{ _('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 <a href="https://hubs.mozilla.com/labs/sunset/">article at Mozilla Hubs Creator Labs</a>.') }}</p>
</div>
{% endif %}
{% endblock %}
Expand Down

0 comments on commit ae6e9b9

Please sign in to comment.