Skip to content

Commit 96ef613

Browse files
authored
Merge pull request #28 from DeepCodeAI/emoji-messages
chore: update user messages
2 parents 6084266 + fe5508a commit 96ef613

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/deepcode/messages/deepCodeMessages.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
export const deepCodeMessages = {
22
configureBackend: {
3-
msg: `To use DeepCode with your Github, Bitbucket or Gitlab account select "Cloud". If you are using self-managed DeepCode server with Bitbucket or Gitlab select "Self-Managed".`,
3+
msg: `Hey 👋, thanks for installing DeepCode 🚀. To use DeepCode with your Github, Bitbucket or Gitlab account select "Cloud". If you are using self-managed DeepCode server with Bitbucket or Gitlab select "Self-Managed".`,
44
cloudBtn: "Cloud",
55
selfManagedBtn: "Self-Managed"
66
},
7+
login: {
8+
msg: "Cloud login selected 👍 🥰.\nPlease use your GitHub, Bitbucket or GitLab account to authenticate and start analysing the code with DeepCode.",
9+
button: "Cloud login"
10+
},
711
confirmUploadFilesToServer: {
812
msg: (termsConditionsUrl: string, folderPath: string): string =>
9-
`Confirm remote analysis of ${folderPath} ([Terms & Conditions](${termsConditionsUrl}))`,
10-
button: "Confirm"
11-
},
12-
login: {
13-
msg: "Use your GitHub, Bitbucket or GitLab account to authenticate with DeepCode.",
14-
button: "Login"
13+
`You are almost set 🤗. Let's confirm and start the remote analysis of ${folderPath} ([DeepCode's Terms & Conditions](${termsConditionsUrl}))`,
14+
button: "Confirm and start analysing my code"
1515
},
1616
unauthorized: {
17-
msg: "To use DeepCode extension you should login.",
17+
msg: "Oh, it seems you are not logged in.",
1818
button: "Try login again"
1919
},
2020
error: {

0 commit comments

Comments
 (0)