[go: nahoru, domu]

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

i18n: perf-budget and res-summary column headers #9127

Merged
merged 5 commits into from
Jun 7, 2019
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
Prev Previous commit
Next Next commit
Update lighthouse-core/audits/performance-budget.js
Co-Authored-By: Brendan Kenny <bckenny@gmail.com>
  • Loading branch information
exterkamp and brendankenny committed Jun 7, 2019
commit ddb719091685f610f257eb6ca0eec0d28ae8eec7
2 changes: 1 addition & 1 deletion lighthouse-core/audits/performance-budget.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const UIStrings = {
=1 {1 request}
other {# requests}
}`,
/** Label for a column in a data table; entries will be how much greater the quantity of network requests were than a predetermined budget, or how much larger the size of network requests were than a predetermined budget.*/
/** Label for a column in a data table; entries will be how much the quantity or size of network requests exceeded a predetermined budget.*/
columnOverBudget: 'Over Budget',
};

Expand Down