Skip to content

Commit

Permalink
bugfix: make info messages shorten
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Nov 13, 2018
1 parent ad4bd9e commit ecbb838
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/ui/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ export const messages = {
PACKAGE_MANAGER_INSTALLATION_IN_PROGRESS: `Take ${emojis.COFFEE} or ${
emojis.BEER
} during the packages installation process and enjoy your time`,
PACKAGE_MANAGER_UPDATE_IN_PROGRESS: `Take ${emojis.COFFEE} or ${
emojis.BEER
} during the packages update process and enjoy your time`,
PACKAGE_MANAGER_UPGRADE_IN_PROGRESS: `Take ${emojis.COFFEE} or ${
emojis.BEER
} during the packages upgrade process and enjoy your time`,
PACKAGE_MANAGER_UPDATE_IN_PROGRESS: `Installation in progress... ${
emojis.COFFEE
}`,
PACKAGE_MANAGER_UPGRADE_IN_PROGRESS: `Installation in progress... ${
emojis.COFFEE
}`,
PACKAGE_MANAGER_INSTALLATION_SUCCEED: (name: string) =>
`${emojis.ROCKET} Successfully created project ${chalk.green(name)}`,
GET_STARTED_INFORMATION: `${
Expand Down

0 comments on commit ecbb838

Please sign in to comment.