Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
Update analytics to refer to beta instead of alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kelly committed Dec 19, 2018
1 parent 6e4c198 commit 9f33f0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/slate-analytics/prompt.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function forNewConsent() {

console.log(
wrap(
'👋 Welcome to Slate! During the alpha, we would like to gather usage analytics, such as interactions with Slate commands, performance reports, and error occurances. The data does not include any sensitive information. The detailed list of data we gather can be found at:',
'👋 Welcome to Slate! During the beta, we would like to gather usage analytics, such as interactions with Slate commands, performance reports, and error occurances. The data does not include any sensitive information. The detailed list of data we gather can be found at:',
{width: 80, indent: ''},
),
);
Expand All @@ -36,7 +36,7 @@ function forNewConsent() {

function forUpdatedConsent(email) {
console.log(
"It looks like you've recently upgraded Slate and this new version has some changes to tracking and we need to get your updated consent decision before proceed. During the alpha, we would like to gather usage analytics, such as interactions with Slate commands, performance reports, and error occurances. The data does not include any sensitive information. The list of updates can be found at:",
"It looks like you've recently upgraded Slate and this new version has some changes to tracking and we need to get your updated consent decision before proceed. During the beta, we would like to gather usage analytics, such as interactions with Slate commands, performance reports, and error occurances. The data does not include any sensitive information. The list of updates can be found at:",
);
console.log(
chalk.cyan(
Expand Down

0 comments on commit 9f33f0b

Please sign in to comment.