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
|
@ -386,9 +386,9 @@
|
||||||
"message": "Go to Support Page",
|
"message": "Go to Support Page",
|
||||||
"description": "Item under the Help menu, takes you to the support page"
|
"description": "Item under the Help menu, takes you to the support page"
|
||||||
},
|
},
|
||||||
"fileABug": {
|
"menuReportIssue": {
|
||||||
"message": "File a Bug",
|
"message": "Report an Issue",
|
||||||
"description": "Item under the Help menu, takes you to GitHub new issue form"
|
"description": "Item under the Help menu, takes you to GitHub new issue form (title case)"
|
||||||
},
|
},
|
||||||
"aboutSignalDesktop": {
|
"aboutSignalDesktop": {
|
||||||
"message": "About Signal Desktop",
|
"message": "About Signal Desktop",
|
||||||
|
|
|
@ -130,7 +130,7 @@ exports.createTemplate = (options, messages) => {
|
||||||
click: openSupportPage,
|
click: openSupportPage,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: messages.fileABug.message,
|
label: messages.menuReportIssue.message,
|
||||||
click: openNewBugForm,
|
click: openNewBugForm,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -172,7 +172,7 @@
|
||||||
"click": null
|
"click": null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "File a Bug",
|
"label": "Report an Issue",
|
||||||
"click": null
|
"click": null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -159,7 +159,7 @@
|
||||||
"click": null
|
"click": null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "File a Bug",
|
"label": "Report an Issue",
|
||||||
"click": null
|
"click": null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -119,7 +119,7 @@
|
||||||
"click": null
|
"click": null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "File a Bug",
|
"label": "Report an Issue",
|
||||||
"click": null
|
"click": null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -108,7 +108,7 @@
|
||||||
"click": null
|
"click": null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "File a Bug",
|
"label": "Report an Issue",
|
||||||
"click": null
|
"click": null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue