-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41456 from ren-jones/patch-86
DOCS: Create Update-your-name.md
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: Update your name | ||
description: Update your display or legal name | ||
--- | ||
<div id="new-expensify" markdown="1"> | ||
|
||
Your Expensify account includes two names: | ||
- Your display name that everyone can see (which can include a nickname) | ||
- Your legal name that only you can see (for booking travel and for payment purposes) | ||
|
||
To update your display or legal name, | ||
|
||
{% include selector.html values="desktop, mobile" %} | ||
|
||
{% include option.html value="desktop" %} | ||
1. Click your profile image or icon in the bottom left menu. | ||
2. Click **Profile** in the left menu. | ||
3. Edit your name. | ||
- **Display name**: Click **Display Name** and enter your first name (or nickname) and last name into the fields and click **Save**. This name will be visible to anyone in your company workspace. | ||
- **Legal name**: Scroll down to the Private Details section and click **Legal name**. Then enter your legal first and last name and click **Save**. | ||
{% include end-option.html %} | ||
|
||
{% include option.html value="mobile" %} | ||
1. Tap your profile image or icon at the bottom of the screen. | ||
2. Tap Profile in the left menu. | ||
3. Edit your name. | ||
- **Display name**: Tap **Display Name** and enter your first name (or nickname) and last name into the fields and tap **Save**. This name will be visible to anyone in your company workspace. | ||
- **Legal name**: Scroll down to the Private Details section and tap **Legal name**. Then enter your legal first and last name and tap **Save**. | ||
{% include end-option.html %} | ||
|
||
{% include end-selector.html %} | ||
|
||
</div> |