From 8b2704305132305d2c33e38e11906cd9945c1836 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 8 Jan 2026 15:43:36 -0600 Subject: [PATCH] Go live (disabled) --- src/view/com/profile/ProfileMenu.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/view/com/profile/ProfileMenu.tsx b/src/view/com/profile/ProfileMenu.tsx index 287b81f400..8cf6d2c968 100644 --- a/src/view/com/profile/ProfileMenu.tsx +++ b/src/view/com/profile/ProfileMenu.tsx @@ -332,7 +332,7 @@ let ProfileMenu = ({ testID="profileHeaderDropdownListAddRemoveBtn" label={ status.isDisabled - ? _(msg`Go live is disabled`) + ? _(msg`Go live (disabled)`) : status.isActive ? _(msg`Edit live status`) : _(msg`Go live`) @@ -344,7 +344,7 @@ let ProfileMenu = ({ }> {status.isDisabled ? ( - Go live is disabled + Go live (disabled) ) : status.isActive ? ( Edit live status ) : (