From 6652d2b0e67f1e330354a699e3c6afcbe5a9e14d Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Fri, 28 Sep 2018 21:05:05 +0100 Subject: [PATCH] try to encourage people to attach logs to bugs --- src/components/views/dialogs/BugReportDialog.js | 10 +++++----- src/i18n/strings/en_EN.json | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/views/dialogs/BugReportDialog.js b/src/components/views/dialogs/BugReportDialog.js index 83cdb1f07f..c874049cc6 100644 --- a/src/components/views/dialogs/BugReportDialog.js +++ b/src/components/views/dialogs/BugReportDialog.js @@ -140,9 +140,9 @@ export default class BugReportDialog extends React.Component { "not contain messages.", ) }

-

+

{ _t( - "Riot bugs are tracked on GitHub: create a GitHub issue.", + "Before submitting logs, you must create a GitHub issue to describe your problem.", {}, { a: (sub) => , }, ) } -

+

diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 94dc3cb393..8448f8d7d6 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -817,8 +817,8 @@ "Failed to send logs: ": "Failed to send logs: ", "Submit debug logs": "Submit debug logs", "Debug logs contain application usage data including your username, the IDs or aliases of the rooms or groups you have visited and the usernames of other users. They do not contain messages.": "Debug logs contain application usage data including your username, the IDs or aliases of the rooms or groups you have visited and the usernames of other users. They do not contain messages.", - "Riot bugs are tracked on GitHub: create a GitHub issue.": "Riot bugs are tracked on GitHub: create a GitHub issue.", - "GitHub issue link:": "GitHub issue link:", + "Before submitting logs, you must create a GitHub issue to describe your problem.": "Before submitting logs, you must create a GitHub issue to describe your problem.", + "What GitHub issue are these logs for?": "What GitHub issue are these logs for?", "Notes:": "Notes:", "Send logs": "Send logs", "Unavailable": "Unavailable",