Skip to content

Commit 1765f1e

Browse files
ergunshDevtools-frontend LUCI CQ
authored andcommitted
[l10n] Update throttling translation messages to differentiate them
Otherwise we get the error "A message with same id exists but differs in content...". Bug: none Change-Id: I10b23b1e1ab6d60a09ce53854f986c4f33eab3b9 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6097045 Auto-Submit: Ergün Erdoğmuş <[email protected]> Reviewed-by: Simon Zünd <[email protected]> Commit-Queue: Simon Zünd <[email protected]>
1 parent caeff49 commit 1765f1e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

front_end/panels/mobile_throttling/ThrottlingManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const UIStrings = {
9393
*/
9494
hardwareConcurrencySettingLabel: 'Override the value reported by navigator.hardwareConcurrency',
9595
/**
96-
* @description Text label for a selection box showing that a specific option is recommended.
96+
* @description Text label for a selection box showing that a specific option is recommended for CPU or Network throttling.
9797
* @example {Fast 4G} PH1
9898
* @example {4x slowdown} PH1
9999
*/

front_end/panels/timeline/components/CPUThrottlingSelector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const UIStrings = {
3838
*/
3939
dSlowdown: '{PH1}× slowdown',
4040
/**
41-
* @description Text label for a selection box showing that a specific option is recommended.
41+
* @description Text label for a selection box showing that a specific option is recommended for CPU throttling.
4242
* @example {4x slowdown} PH1
4343
*/
4444
recommendedThrottling: '{PH1} - recommended',

front_end/panels/timeline/components/NetworkThrottlingSelector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const UIStrings = {
3131
*/
3232
networkThrottling: 'Network throttling: {PH1}',
3333
/**
34-
* @description Text label for a selection box showing that a specific option is recommended.
34+
* @description Text label for a selection box showing that a specific option is recommended for network throttling.
3535
* @example {Fast 4G} PH1
3636
*/
3737
recommendedThrottling: '{PH1} - recommended',

0 commit comments

Comments
 (0)