Skip to content

Commit

Permalink
bugfix: shorten message
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Nov 13, 2018
1 parent ecbb838 commit 8b269ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/ui/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export const messages = {
PACKAGE_MANAGER_QUESTION: `Which package manager would you ${
emojis.HEART
} to use?`,
PACKAGE_MANAGER_INSTALLATION_IN_PROGRESS: `Take ${emojis.COFFEE} or ${
emojis.BEER
} during the packages installation process and enjoy your time`,
PACKAGE_MANAGER_INSTALLATION_IN_PROGRESS: `Installation in progress... ${
emojis.COFFEE
}`,
PACKAGE_MANAGER_UPDATE_IN_PROGRESS: `Installation in progress... ${
emojis.COFFEE
}`,
Expand Down

0 comments on commit 8b269ca

Please sign in to comment.