chore: fix copy

This commit is contained in:
Mo
2023-02-10 10:32:00 -06:00
parent 0dba3256c4
commit 83db277115

View File

@@ -82,7 +82,7 @@ export const UpgradePrompt = ({
className="no-border w-full cursor-pointer rounded bg-info py-2 font-bold text-info-contrast hover:brightness-125 focus:brightness-125"
ref={ctaRef}
>
{application.isNativeIOS() ? 'Start Free Trial' : 'Upgrade'}
Upgrade
</button>
</div>
</>