Go live (disabled)
This commit is contained in:
@@ -332,7 +332,7 @@ let ProfileMenu = ({
|
|||||||
testID="profileHeaderDropdownListAddRemoveBtn"
|
testID="profileHeaderDropdownListAddRemoveBtn"
|
||||||
label={
|
label={
|
||||||
status.isDisabled
|
status.isDisabled
|
||||||
? _(msg`Go live is disabled`)
|
? _(msg`Go live (disabled)`)
|
||||||
: status.isActive
|
: status.isActive
|
||||||
? _(msg`Edit live status`)
|
? _(msg`Edit live status`)
|
||||||
: _(msg`Go live`)
|
: _(msg`Go live`)
|
||||||
@@ -344,7 +344,7 @@ let ProfileMenu = ({
|
|||||||
}>
|
}>
|
||||||
<Menu.ItemText>
|
<Menu.ItemText>
|
||||||
{status.isDisabled ? (
|
{status.isDisabled ? (
|
||||||
<Trans>Go live is disabled</Trans>
|
<Trans>Go live (disabled)</Trans>
|
||||||
) : status.isActive ? (
|
) : status.isActive ? (
|
||||||
<Trans>Edit live status</Trans>
|
<Trans>Edit live status</Trans>
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
Reference in New Issue
Block a user