From fd8d50173207696fda5e2f01726ec48f048ed91a Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Thu, 24 May 2018 16:58:14 +0100 Subject: [PATCH] Update cookie bar wording --- src/components/views/globals/CookieBar.js | 10 +++++----- src/i18n/strings/en_EN.json | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/views/globals/CookieBar.js b/src/components/views/globals/CookieBar.js index 82ac598532..a63a163dd1 100644 --- a/src/components/views/globals/CookieBar.js +++ b/src/components/views/globals/CookieBar.js @@ -54,9 +54,9 @@ export default class CookieBar extends React.Component { Warning
{ this.props.policyUrl ? _t( - "Help improve Riot by sending usage data? " + - "This will use a cookie. " + - "(See our cookie and privacy policies).", + "Please help improve Riot.im by sending anonymous usage data. " + + "This will use a cookie " + + "(please see our Cookie Policy).", {}, { 'UsageDataLink': (sub) => usage data? " + + "Please help improve Riot.im by sending anonymous usage data. " + "This will use a cookie.", {}, { @@ -92,7 +92,7 @@ export default class CookieBar extends React.Component { ) }
- { _t("Yes please") } + { _t("Yes, I want to help!") } diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 41f1780425..e20b277ef2 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -636,9 +636,9 @@ "Something went wrong when trying to get your communities.": "Something went wrong when trying to get your communities.", "Display your community flair in rooms configured to show it.": "Display your community flair in rooms configured to show it.", "You're not currently a member of any communities.": "You're not currently a member of any communities.", - "Help improve Riot by sending usage data? This will use a cookie. (See our cookie and privacy policies).": "Help improve Riot by sending usage data? This will use a cookie. (See our cookie and privacy policies).", - "Help improve Riot by sending usage data? This will use a cookie.": "Help improve Riot by sending usage data? This will use a cookie.", - "Yes please": "Yes please", + "Please help improve Riot.im by sending anonymous usage data. This will use a cookie (please see our Cookie Policy).": "Please help improve Riot.im by sending anonymous usage data. This will use a cookie (please see our Cookie Policy).", + "Please help improve Riot.im by sending anonymous usage data. This will use a cookie.": "Please help improve Riot.im by sending anonymous usage data. This will use a cookie.", + "Yes, I want to help!": "Yes, I want to help!", "You are not receiving desktop notifications": "You are not receiving desktop notifications", "Enable them now": "Enable them now", "What's New": "What's New",