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
fix: prompter for mail on postinstall is very obligatory
On postinstall CLI checks if the user had subscribed for NativeScript newsletter if not, prompts for email. However, the messages seems obligatory, while it is not.
Reformat it, so the users can easily skip it in case they do not want to subscribe for the newsletter.
Copy file name to clipboardExpand all lines: lib/constants.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -182,7 +182,7 @@ export class MacOSVersions {
182
182
exportconstMacOSDeprecationStringFormat="Support for macOS %s is deprecated and will be removed in one of the next releases of NativeScript. Please, upgrade to the latest macOS version.";
publicstaticAgreeToReceiveEmailMsg="I agree to receive email communications from Progress Software or its Partners (`https://www.progress.com/partners/partner-directory`),"+
185
+
publicstaticAgreeToReceiveEmailMsg="I agree".green.bold+" to receive email communications from Progress Software or its Partners (`https://www.progress.com/partners/partner-directory`),"+
186
186
"containing information about Progress Software's products. Consent may be withdrawn at any time.";
187
187
publicstaticReviewPrivacyPolicyMsg=`You can review the Progress Software Privacy Policy at \`${PROGRESS_PRIVACY_POLICY_URL}\``;
188
188
publicstaticPromptMsg="Input your e-mail address to agree".green+" or "+"leave empty to decline".red.bold+":";
0 commit comments