diff --git a/_locales/en/messages.json b/_locales/en/messages.json index e5fe9f1e16..101522c33d 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -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", diff --git a/app/menu.js b/app/menu.js index 878a6ec1a8..16c0fe23f5 100644 --- a/app/menu.js +++ b/app/menu.js @@ -130,7 +130,7 @@ exports.createTemplate = (options, messages) => { click: openSupportPage, }, { - label: messages.fileABug.message, + label: messages.menuReportIssue.message, click: openNewBugForm, }, { diff --git a/test/app/fixtures/menu-mac-os-setup.json b/test/app/fixtures/menu-mac-os-setup.json index b68a81bbb6..c044898a0f 100644 --- a/test/app/fixtures/menu-mac-os-setup.json +++ b/test/app/fixtures/menu-mac-os-setup.json @@ -172,7 +172,7 @@ "click": null }, { - "label": "File a Bug", + "label": "Report an Issue", "click": null } ] diff --git a/test/app/fixtures/menu-mac-os.json b/test/app/fixtures/menu-mac-os.json index a0d79f593f..2a4d73d5c4 100644 --- a/test/app/fixtures/menu-mac-os.json +++ b/test/app/fixtures/menu-mac-os.json @@ -159,7 +159,7 @@ "click": null }, { - "label": "File a Bug", + "label": "Report an Issue", "click": null } ] diff --git a/test/app/fixtures/menu-windows-linux-setup.json b/test/app/fixtures/menu-windows-linux-setup.json index 57deb232d6..570bebbd93 100644 --- a/test/app/fixtures/menu-windows-linux-setup.json +++ b/test/app/fixtures/menu-windows-linux-setup.json @@ -119,7 +119,7 @@ "click": null }, { - "label": "File a Bug", + "label": "Report an Issue", "click": null }, { diff --git a/test/app/fixtures/menu-windows-linux.json b/test/app/fixtures/menu-windows-linux.json index 07927245e3..4185cf5869 100644 --- a/test/app/fixtures/menu-windows-linux.json +++ b/test/app/fixtures/menu-windows-linux.json @@ -108,7 +108,7 @@ "click": null }, { - "label": "File a Bug", + "label": "Report an Issue", "click": null }, {