mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
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:
@@ -386,9 +386,9 @@
|
||||
"message": "Go to Support Page",
|
||||
"description": "Item under the Help menu, takes you to the support page"
|
||||
},
|
||||
"fileABug": {
|
||||
"message": "File a Bug",
|
||||
"description": "Item under the Help menu, takes you to GitHub new issue form"
|
||||
"menuReportIssue": {
|
||||
"message": "Report an Issue",
|
||||
"description": "Item under the Help menu, takes you to GitHub new issue form (title case)"
|
||||
},
|
||||
"aboutSignalDesktop": {
|
||||
"message": "About Signal Desktop",
|
||||
|
||||
@@ -130,7 +130,7 @@ exports.createTemplate = (options, messages) => {
|
||||
click: openSupportPage,
|
||||
},
|
||||
{
|
||||
label: messages.fileABug.message,
|
||||
label: messages.menuReportIssue.message,
|
||||
click: openNewBugForm,
|
||||
},
|
||||
{
|
||||
|
||||
@@ -172,7 +172,7 @@
|
||||
"click": null
|
||||
},
|
||||
{
|
||||
"label": "File a Bug",
|
||||
"label": "Report an Issue",
|
||||
"click": null
|
||||
}
|
||||
]
|
||||
|
||||
@@ -159,7 +159,7 @@
|
||||
"click": null
|
||||
},
|
||||
{
|
||||
"label": "File a Bug",
|
||||
"label": "Report an Issue",
|
||||
"click": null
|
||||
}
|
||||
]
|
||||
|
||||
@@ -119,7 +119,7 @@
|
||||
"click": null
|
||||
},
|
||||
{
|
||||
"label": "File a Bug",
|
||||
"label": "Report an Issue",
|
||||
"click": null
|
||||
},
|
||||
{
|
||||
|
||||
@@ -108,7 +108,7 @@
|
||||
"click": null
|
||||
},
|
||||
{
|
||||
"label": "File a Bug",
|
||||
"label": "Report an Issue",
|
||||
"click": null
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user