Skip to content

Commit 5414646

Browse files
ktranDevtools-frontend LUCI CQ
authored andcommitted
Remove trailing dots in Button texts (Settings pages)
Fixed: 381821320 Change-Id: I094cba2b5ddb393793b7709dbc57fa7c81550d82 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6074371 Auto-Submit: Kim-Anh Tran <[email protected]> Commit-Queue: Kim-Anh Tran <[email protected]> Reviewed-by: Kateryna Prokopenko <[email protected]>
1 parent 7376a68 commit 5414646

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

front_end/panels/settings/FrameworkIgnoreListSettingsTab.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const UIStrings = {
5555
/**
5656
*@description Text of the add pattern button in Framework Ignore List Settings Tab of the Settings
5757
*/
58-
addPattern: 'Add regex rule...',
58+
addPattern: 'Add regex rule',
5959
/**
6060
*@description Aria accessible name in Framework Ignore List Settings Tab of the Settings
6161
*/

front_end/panels/settings/emulation/DevicesSettingsTab.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const UIStrings = {
2424
/**
2525
*@description Button to add a custom device (e.g. phone, tablet) the Device Toolbar.
2626
*/
27-
addCustomDevice: 'Add custom device...',
27+
addCustomDevice: 'Add custom device',
2828
/**
2929
*@description Label/title for UI to add a new custom device type. Device means mobile/tablet etc.
3030
*/

0 commit comments

Comments
 (0)