From d0897dc8f3d41dca5d716eef2be3f500fceefd59 Mon Sep 17 00:00:00 2001
From: Michael Telatynski <7t3chguy@gmail.com>
Date: Mon, 8 Jan 2018 13:29:27 +0000
Subject: [PATCH] update wording to not imply exhaustiveness
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
---
src/Analytics.js | 2 +-
src/i18n/strings/en_EN.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Analytics.js b/src/Analytics.js
index 602728038e..5c39b48a35 100644
--- a/src/Analytics.js
+++ b/src/Analytics.js
@@ -197,7 +197,7 @@ class Analytics {
title: _t('Analytics'),
description:
- { _t('The following information is sent to us to help make Riot.im better:') }
+ { _t('The information being sent to us to help make Riot.im better includes:') }
{ rows.map((row) =>
diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json
index b45c2708be..d497d3c25e 100644
--- a/src/i18n/strings/en_EN.json
+++ b/src/i18n/strings/en_EN.json
@@ -933,7 +933,7 @@
"The export file will be protected with a passphrase. You should enter the passphrase here, to decrypt the file.": "The export file will be protected with a passphrase. You should enter the passphrase here, to decrypt the file.",
"File to import": "File to import",
"Import": "Import",
- "The following information is sent to us to help make Riot.im better:": "The following information is sent to us to help make Riot.im better:",
+ "The information being sent to us to help make Riot.im better includes:": "The information being sent to us to help make Riot.im better includes:",
"We also record each page you use in the app (currently ), your User Agent () and your device resolution ().": "We also record each page you use in the app (currently ), your User Agent () and your device resolution ().",
"Where this page includes identifiable information, such as a room, user or group ID, that data is removed before being sent to the server.": "Where this page includes identifiable information, such as a room, user or group ID, that data is removed before being sent to the server.",
"The platform you're on": "The platform you're on",