Files
medusa-store/www/apps/user-guide/app/settings/profile/page.mdx
Shahed Nasser 4fe28f5a95 chore: reorganize docs apps (#7228)
* reorganize docs apps

* add README

* fix directory

* add condition for old docs
2024-05-03 17:36:38 +03:00

32 lines
1.0 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
sidebar_position: 1
sidebar_label: "Profile"
---
export const metadata = {
title: `Manage Profile`,
}
# {metadata.title}
In this document, youll learn how to manage your account including editing your account details and changing the Medusa Admin's language.
## Edit Profile
To edit your profile details:
1. Go to Settings → Profile.
2. Click the Edit button.
3. In the drawer that opens:
- You can change language of the Medusa Admin. This doesn't change the language in the whole store or for other admin users, only for your admin dashboard.
- Medusa collects insights to understand how you use it better and improve the product. To enable/disable collecting insights, toggle the "Usage insights" field.
- You can edit other profile information such as your first name.
4. Once done, click on the Save button.
<Note title="Tip">
{/* TODO add link [here](../../contribution/admin-translations.md). */}
Can't find your language? Learn how you can contribute by translating the admin to other languages here.
</Note>