You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>Go to <strong>Menu → Enter License Key</strong></li>
45
71
<li>Paste the key above and click Activate</li>
46
72
</ol>
47
73
48
-
<p>That's it! Your license is valid forever on up to 2 machines.</p>
74
+
<p>${licenseDescription}</p>
75
+
76
+
<div class="note">
77
+
<strong>Multiple machines?</strong> Your license lets you run ${params.productName} on multiple machines — like a laptop and desktop for remote debugging — as long as you're the only one using it.
78
+
</div>
49
79
50
80
<div class="footer">
51
81
<p>Questions? Just reply to this email or contact <a href="mailto:${params.supportEmail}">${params.supportEmail}</a></p>
@@ -63,12 +93,15 @@ Thanks for purchasing ${params.productName}! Here's your license key:
63
93
64
94
${params.licenseKey}
65
95
96
+
${orgLineText}
66
97
How to activate:
67
98
1. Open ${params.productName}
68
99
2. Go to Menu → Enter License Key
69
100
3. Paste the key above and click Activate
70
101
71
-
That's it! Your license is valid forever on up to 2 machines.
102
+
${licenseDescription}
103
+
104
+
Multiple machines? Your license lets you run ${params.productName} on multiple machines — like a laptop and desktop for remote debugging — as long as you're the one using it.
0 commit comments