From bccfb5dafca12d8b7b9e448f221ac7fc9aa1072c Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 1 Oct 2018 13:27:26 +0100 Subject: [PATCH] better englishing --- src/components/structures/UserSettings.js | 2 +- src/i18n/strings/en_EN.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/structures/UserSettings.js b/src/components/structures/UserSettings.js index 53e1ddea71..68009a74a8 100644 --- a/src/components/structures/UserSettings.js +++ b/src/components/structures/UserSettings.js @@ -803,7 +803,7 @@ module.exports = React.createClass({ } return (
-

{ _t("Debug Logs Submission") }

+

{ _t("Submit Debug Logs") }

{ _t( "If you've submitted a bug via GitHub, debug logs can help " + diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index cd6891c767..5ec6a7c1ff 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -1137,7 +1137,7 @@ "Device ID:": "Device ID:", "Device key:": "Device key:", "Ignored Users": "Ignored Users", - "Debug Logs Submission": "Debug Logs Submission", + "Submit Debug Logs": "Submit Debug Logs", "If you've submitted a bug via GitHub, debug logs can help us track down the problem. 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.": "If you've submitted a bug via GitHub, debug logs can help us track down the problem. 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 collects anonymous analytics to allow us to improve the application.": "Riot collects anonymous analytics to allow us to improve the application.", "Privacy is important to us, so we don't collect any personal or identifiable data for our analytics.": "Privacy is important to us, so we don't collect any personal or identifiable data for our analytics.",