Skip to content
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

core(user-flow): update UIString comments #14458

Merged
merged 2 commits into from
Oct 25, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions core/user-flow.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ const UIStrings = {
*/
defaultFlowName: 'User flow ({url})',
/**
* @description Default name for a user flow step that analyzes a page navigation.
* @description Default name for a Lighthouse report that analyzes a page navigation.
* @example {https://example.com} url
*/
defaultNavigationName: 'Navigation report ({url})',
/**
* @description Default name for a user flow step that analyzes user interactions over a period of time.
* @description Default name for a Lighthouse report that analyzes user interactions over a period of time.
* @example {https://example.com} url
*/
defaultTimespanName: 'Timespan report ({url})',
/**
* @description Default name for a user flow step that analyzes the page state at a point in time.
* @description Default name for a Lighthouse report that analyzes the page state at a point in time.
* @example {https://example.com} url
*/
defaultSnapshotName: 'Snapshot report ({url})',
Expand Down