Skip to content

Commit fe5508a

Browse files
authored
chore: wording
1 parent b266c98 commit fe5508a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/deepcode/messages/deepCodeMessages.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ export const deepCodeMessages = {
66
},
77
login: {
88
msg: "Cloud login selected 👍 🥰.\nPlease use your GitHub, Bitbucket or GitLab account to authenticate and start analysing the code with DeepCode.",
9-
button: "Login"
9+
button: "Cloud login"
1010
},
1111
confirmUploadFilesToServer: {
1212
msg: (termsConditionsUrl: string, folderPath: string): string =>
13-
`You are almost set 🤗. Let's confirm the remote analysis of ${folderPath} ([DeepCode's Terms & Conditions](${termsConditionsUrl}))`,
13+
`You are almost set 🤗. Let's confirm and start the remote analysis of ${folderPath} ([DeepCode's Terms & Conditions](${termsConditionsUrl}))`,
1414
button: "Confirm and start analysing my code"
1515
},
1616
unauthorized: {

0 commit comments

Comments
 (0)