diff --git a/admin/src/utils/configs.js b/admin/src/utils/configs.js index dafb456084..9e8f0c3ab6 100644 --- a/admin/src/utils/configs.js +++ b/admin/src/utils/configs.js @@ -20,8 +20,8 @@ configs.IS_LOCAL_OR_CUSTOM_CLIENT = !hasReticulumServerMetaTag; configs.sunset = { notification: { - body: "COPY HERE", - link: "https://www.mozilla.org" + body: 'Mozilla Hubs will shut down on May 31, 2024. After May 31, you will permanently lose access to your data. For more information about the shutdown and how to download your data, click "Learn More".', + link: "https://hubs.mozilla.com/labs/downloading-your-data/" } }; diff --git a/src/react-components/room/SystemNotification.scss b/src/react-components/room/SystemNotification.scss index 6b84867d3d..7fe3c3db7f 100644 --- a/src/react-components/room/SystemNotification.scss +++ b/src/react-components/room/SystemNotification.scss @@ -18,8 +18,6 @@ max-width: 40vw; min-width: 150px; overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; color: theme.$text5-color; @media (min-width: theme.$breakpoint-lg) and (min-height: theme.$breakpoint-vr) { diff --git a/src/utils/configs.js b/src/utils/configs.js index 03c8e8a848..6a24e0a164 100644 --- a/src/utils/configs.js +++ b/src/utils/configs.js @@ -132,8 +132,8 @@ configs.translation = key => { configs.sunset = { notification: { - body: "The copy will go here", - link: "https://www.mozilla.org" + body: 'Mozilla Hubs will shut down on May 31, 2024. After May 31, you will permanently lose access to your data. For more information about the shutdown and how to download your data, click "Learn More".', + link: "https://hubs.mozilla.com/labs/downloading-your-data/" } };