Skip to content

Commit ef59052

Browse files
hashseedDevtools-frontend LUCI CQ
authored andcommitted
Change detailed description for no-throttle option in mobile emulation
[email protected] Fixed: 380022160 Change-Id: I69631a8b7d5e0177fcc7014d6d79fe7a3cb0829a Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6041987 Commit-Queue: Yang Guo <[email protected]> Reviewed-by: Philip Pfaffe <[email protected]>
1 parent bccbdac commit ef59052

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

front_end/panels/mobile_throttling/ThrottlingManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ export class ThrottlingManager {
221221
const option = options[index];
222222
if (option) {
223223
button.setText(option.title);
224-
button.setTitle(`${option.title} ${option.description}`);
224+
button.setTitle(`${option.title}: ${option.description}`);
225225
}
226226
}
227227
}

front_end/panels/mobile_throttling/ThrottlingPresets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const UIStrings = {
99
/**
1010
*@description Text for no network throttling
1111
*/
12-
noThrottling: 'No throttling',
12+
noThrottling: 'No CPU and no network throttling',
1313
/**
1414
*@description Text in Throttling Presets of the Network panel
1515
*/

0 commit comments

Comments
 (0)