Rename ‘File a Bug’ to ‘Report an Issue’
This makes it more consistent with ‘Report an issue’ under View > Debug Log. Not using ellipsis as menu item doesn’t require user confirmation: https://stackoverflow.com/a/637708
This commit is contained in:
parent
1755e24854
commit
1e2cd3ae1f
6 changed files with 8 additions and 8 deletions
|
@ -130,7 +130,7 @@ exports.createTemplate = (options, messages) => {
|
|||
click: openSupportPage,
|
||||
},
|
||||
{
|
||||
label: messages.fileABug.message,
|
||||
label: messages.menuReportIssue.message,
|
||||
click: openNewBugForm,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue