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 = ({ }>