diff --git a/app/src/components/market/common/set_allowance/index.tsx b/app/src/components/market/common/set_allowance/index.tsx index c51277ff61..21745b28f6 100644 --- a/app/src/components/market/common/set_allowance/index.tsx +++ b/app/src/components/market/common/set_allowance/index.tsx @@ -45,13 +45,13 @@ export const SetAllowance: React.FC = (props: SetAllowancePro return ( - {collateral ? 'Set Allowance' : 'Enable Markets'} + {collateral ? 'Set Allowance' : 'Upgrade Omen Account'} {collateral ? `This permission allows the smart contracts to interact with your ${collateral && collateral.symbol}. This has to be done for each new token.` - : `This permission allows you to interact with market contracts.`} + : `A new version of the Omen account smart contract is available. Upgrade your Omen account now.`} diff --git a/app/src/components/market/common/toggle_token_lock/index.tsx b/app/src/components/market/common/toggle_token_lock/index.tsx index 5f0af5126c..60dd21f3d0 100644 --- a/app/src/components/market/common/toggle_token_lock/index.tsx +++ b/app/src/components/market/common/toggle_token_lock/index.tsx @@ -15,7 +15,7 @@ export const ToggleTokenLock = (props: ToggleTokenLockProps) => { return ( - Set + Upgrade ) }