Go live (disabled)

This commit is contained in:
Eric Bailey
2026-01-08 15:43:36 -06:00
parent 5166f670e7
commit 8b27043051
+2 -2
View File
@@ -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 = ({
}>
<Menu.ItemText>
{status.isDisabled ? (
<Trans>Go live is disabled</Trans>
<Trans>Go live (disabled)</Trans>
) : status.isActive ? (
<Trans>Edit live status</Trans>
) : (