Skip to content

Commit

Permalink
change message
Browse files Browse the repository at this point in the history
  • Loading branch information
icerove committed Oct 27, 2020
1 parent 9c0d408 commit cae81d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/eventtracking.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ const getIdTrackingConsent = async () => {
const answer = await new Promise((resolve) => {
rl.question(
chalk`We would like to help with your development journey with NEAR.` +
chalk` We will ask you to expose your account Id while using command. ` +
chalk`{bold.yellow Would you like to expose the account Id (y/n)? }`,
chalk` We will ask you to share your account Id while using command. ` +
chalk`{bold.yellow Would you like to share the account Id (y/n)? }`,
async (consentToEventTracking) => {
if (consentToEventTracking.toLowerCase() == 'y') {
resolve(true);
Expand Down

0 comments on commit cae81d2

Please sign in to comment.