This action will remove all the data associated with your account in Gitpod and cannot be reversed.
-
+
Delete Account
+
+
Are you sure you want to delete your account? This action will remove all the data associated with your account in Gitpod and cannot be reversed.
+
+
-
+
Profile
+
The following information will be used to set up git configuration. You can override git author name and email per project by using the default environment variables GIT_AUTHOR_NAME and GIT_COMMITTER_EMAIL.
@@ -35,14 +38,14 @@ export default function Account() {
Avatar
-
Delete Account
-
This action will remove all the data associated with your account in Gitpod.
-
+
This action will remove all the data associated with your account in Gitpod.
+
;
}
diff --git a/components/dashboard/src/settings/EnvironmentVariables.tsx b/components/dashboard/src/settings/EnvironmentVariables.tsx
index cf9d5f94e3d361..ce3728ae4050a8 100644
--- a/components/dashboard/src/settings/EnvironmentVariables.tsx
+++ b/components/dashboard/src/settings/EnvironmentVariables.tsx
@@ -2,7 +2,7 @@ import { SettingsPage } from "./SettingsPage";
export default function EnvVars() {
return
-
+
Environment Variables
;
diff --git a/components/dashboard/src/settings/GitIntegrations.tsx b/components/dashboard/src/settings/GitIntegrations.tsx
index f642103fad729f..46e9c55f1a87b9 100644
--- a/components/dashboard/src/settings/GitIntegrations.tsx
+++ b/components/dashboard/src/settings/GitIntegrations.tsx
@@ -2,8 +2,8 @@ import { SettingsPage } from "./SettingsPage";
export default function GitIntegrations() {
return
-
-
Git Hoster Access Control
+
+
Git Providers
;
}
\ No newline at end of file
diff --git a/components/dashboard/src/settings/Notifications.tsx b/components/dashboard/src/settings/Notifications.tsx
index 9db00fc9f325a0..758cd411c65f7b 100644
--- a/components/dashboard/src/settings/Notifications.tsx
+++ b/components/dashboard/src/settings/Notifications.tsx
@@ -53,9 +53,9 @@ export default function Notifications() {
function CheckBox(props: {title: string, desc: string, checked: boolean, onChange: () => void}) {
return
-
+
-
{props.title}
+
{props.title}
{props.desc}
diff --git a/components/dashboard/src/settings/Plans.tsx b/components/dashboard/src/settings/Plans.tsx
index 09543c85b48285..821d0dfd48f615 100644
--- a/components/dashboard/src/settings/Plans.tsx
+++ b/components/dashboard/src/settings/Plans.tsx
@@ -2,7 +2,7 @@ import { SettingsPage } from "./SettingsPage";
export default function Plans() {
return