mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01: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",
|
"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",
|
||||||
|
|||||||
+1
-1
@@ -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
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user