From b0c77bb395e0aec6b5346b49c8ec9d6cd80c4b05 Mon Sep 17 00:00:00 2001 From: "Calum H. (IMB11)" Date: Mon, 24 Aug 2026 12:46:43 +0100 Subject: [PATCH] fix: qa --- .../shared/content-tab/components/ContentEnabledFor.vue | 4 ++-- packages/ui/src/layouts/wrapped/hosting/manage/content.vue | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/packages/ui/src/layouts/shared/content-tab/components/ContentEnabledFor.vue b/packages/ui/src/layouts/shared/content-tab/components/ContentEnabledFor.vue index b2eee2fefa..51c0ad126f 100644 --- a/packages/ui/src/layouts/shared/content-tab/components/ContentEnabledFor.vue +++ b/packages/ui/src/layouts/shared/content-tab/components/ContentEnabledFor.vue @@ -82,8 +82,8 @@ function toggle(side: ContentSide) { diff --git a/packages/ui/src/layouts/wrapped/hosting/manage/content.vue b/packages/ui/src/layouts/wrapped/hosting/manage/content.vue index 414642b35f..c0fbeb205e 100644 --- a/packages/ui/src/layouts/wrapped/hosting/manage/content.vue +++ b/packages/ui/src/layouts/wrapped/hosting/manage/content.vue @@ -106,8 +106,7 @@ const messages = defineMessages({ }, sideLocked: { id: 'hosting.content.enabled-for.side-locked', - defaultMessage: - 'This option conflicts with the detected environment. Unlock the environment controls from the row menu to change it.', + defaultMessage: 'This option conflicts with the detected environment.', }, unknownEnvironment: { id: 'hosting.content.enabled-for.unknown-environment',