Skip to content

Commit a8f4628

Browse files
committed
Site Setup Wizard: link the licensing page instead of an email address
1 parent 7e56d04 commit a8f4628

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/NetworkOptimizer.Web/Components/Shared/SiteSetupWizard.razor

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<text>
4747
You've used all of your licensed site slots. Add or assign a license key in
4848
<a href="/settings?tab=application#licensing">Licensing settings</a>, remove a site to free a slot,
49-
or contact <a href="mailto:tj@ozarkconnect.net">tj@@ozarkconnect.net</a> about more sites.
49+
or see <a href="https://ozarkconnect.net/network-optimizer/licensing" target="_blank" rel="noopener">licensing and pricing</a> for more sites.
5050
</text>
5151
}
5252
else
@@ -55,8 +55,8 @@
5555
You've reached the @SiteManagementService.FreeSiteLimit-site limit for personal, non-commercial use.
5656
If you have a license key, add it in
5757
<a href="/settings?tab=application#licensing">Licensing settings</a> to unlock more sites.
58-
Otherwise remove a site to add another, or contact
59-
<a href="mailto:tj@ozarkconnect.net">tj@@ozarkconnect.net</a> about licensing.
58+
Otherwise remove a site to add another, or see
59+
<a href="https://ozarkconnect.net/network-optimizer/licensing" target="_blank" rel="noopener">licensing and pricing</a>.
6060
</text>
6161
}
6262
</p>

0 commit comments

Comments
 (0)