diff --git a/web/satellite/src/components/account/DeleteAccountPopup.vue b/web/satellite/src/components/account/DeleteAccountPopup.vue index 657c5391a..1388358d5 100644 --- a/web/satellite/src/components/account/DeleteAccountPopup.vue +++ b/web/satellite/src/components/account/DeleteAccountPopup.vue @@ -9,7 +9,7 @@
-

Are you sure you want to delete your account? If you do so, all your account information will be deleted from the Satellite forever.

+

Are you sure you want to delete your account? If you do so, all your information, projects and API Keys will be deleted forever.(drop from the satellite)

-

New API Key

+

Create an API Key

@@ -187,4 +187,4 @@ export default class ApiKeysArea extends Vue { height: 200px; } } - \ No newline at end of file + diff --git a/web/satellite/src/components/apiKeys/CopyApiKeyPopup.vue b/web/satellite/src/components/apiKeys/CopyApiKeyPopup.vue index 57063cb5c..0de856728 100644 --- a/web/satellite/src/components/apiKeys/CopyApiKeyPopup.vue +++ b/web/satellite/src/components/apiKeys/CopyApiKeyPopup.vue @@ -6,8 +6,8 @@
-

Save your API Key

-

You will need this to share access to the project with your team members.

+

Success! Your API key has been created. It will only appear here once.

+

This API key allow users or applications to interact with the project.

{{apiKey}}

@@ -48,6 +49,7 @@ export default class EmptyStateProjectArea extends Vue { display: flex; justify-content: center; margin-top: 120px; + color: rgba(56, 75, 101, 0.7); &__wrap { text-align: center; @@ -76,7 +78,7 @@ export default class EmptyStateProjectArea extends Vue { font-family: 'font_bold'; font-size: 32px; line-height: 35px; - margin-bottom: 30px; + margin-bottom: 15px; min-width: 900px; } diff --git a/web/satellite/src/components/common/RegistrationSuccessPopup.vue b/web/satellite/src/components/common/RegistrationSuccessPopup.vue index 525fc071b..81d39b69d 100644 --- a/web/satellite/src/components/common/RegistrationSuccessPopup.vue +++ b/web/satellite/src/components/common/RegistrationSuccessPopup.vue @@ -18,10 +18,9 @@
-

Congratulation!

-

You almost registered on the Satellite, only one step left. - Please check your inbox and use the verification link we shared with you in last email.

-

Didn’t receive a verification email?

+

Verify Your Account

+

You have almost finished registering your account on the Tardigrade Satellite. Only one step left. Please check your inbox for a verification email.

+
diff --git a/web/satellite/src/components/header/AccountDropdown.vue b/web/satellite/src/components/header/AccountDropdown.vue index 6292c1812..9ee547763 100644 --- a/web/satellite/src/components/header/AccountDropdown.vue +++ b/web/satellite/src/components/header/AccountDropdown.vue @@ -83,7 +83,7 @@ export default class ProjectSelectionDropdown extends Vue { .account-dropdown-choice-container { position: absolute; top: 9vh; - left: -70px; + right: 0; border-radius: 4px; padding: 10px 0px 10px 0px; box-shadow: 0px 4px rgba(231, 232, 238, 0.6); diff --git a/web/satellite/src/components/header/NewProjectArea.vue b/web/satellite/src/components/header/NewProjectArea.vue index 985534fa2..f4b3b157b 100644 --- a/web/satellite/src/components/header/NewProjectArea.vue +++ b/web/satellite/src/components/header/NewProjectArea.vue @@ -4,7 +4,7 @@