-
Notifications
You must be signed in to change notification settings - Fork 3.9k
[No QA] [NO QA] Docs updates for E/A#87395 Add mobile Concierge icon help access #89325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -17,9 +17,8 @@ Anyone with an Expensify account can contact Concierge for help—whether you're | |||||||
|
|
||||||||
| You can ask Concierge for help from anywhere in Expensify: | ||||||||
|
|
||||||||
| - **Account:** Go to **Account** > **Help** and select **Concierge**. | ||||||||
| - **Web:** Click the chat icon in the top-right corner | ||||||||
| - **Mobile:** Tap the hamburger menu in the top-left corner, then tap **Concierge** | ||||||||
| - **Web:** Click the **Concierge** icon in the top-right corner. | ||||||||
| - **Mobile:** Tap the **Concierge** icon in the top-right corner of the screen, or go to **Account** > **Help** and select **Concierge**. | ||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Readability / scannability: This bullet combines two distinct navigation paths into a single line, which reduces scannability and makes it harder for users to quickly find the method they need. Per the authoring guidelines, step instructions should be clear and action-oriented. Consider splitting into two separate bullets — one for the Concierge icon and one for the Account > Help path:
Suggested change
Alternatively, if the Account > Help path is secondary, a sub-bullet could work to keep it grouped while still improving readability. |
||||||||
| - **Workspace chat:** Mention Concierge in a chat room (e.g., `#admins`) | ||||||||
| - **Report or expense threads:** Ask a question in the thread | ||||||||
| - **Email:** Send a message to concierge@expensify.com | ||||||||
|
|
||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Naming convention / Navigation violation: If accessing Account on mobile requires the hamburger menu, the governance (HELPSITE_NAMING_CONVENTIONS.md, "Hamburger Menu Rule") requires the exact phrasing:
Consider rewriting the second path to match this pattern, e.g.:
- **Mobile:** Tap the **Concierge** icon in the top-right corner of the screen, or tap the hamburger menu in the top-left corner, then go to **Account** > **Help** and select **Concierge**.Additionally, this bullet combines two distinct navigation flows into one line. Per the governance rule "Do not merge these into one sentence" — consider splitting these into separate bullets or sub-bullets for clarity.