From 66f450b99573dda6559b11661808d56930c8796c Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Thu, 26 Sep 2019 18:03:12 +0100 Subject: [PATCH] Lowercase terms --- src/components/views/dialogs/TermsDialog.js | 2 +- src/i18n/strings/en_EN.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/views/dialogs/TermsDialog.js b/src/components/views/dialogs/TermsDialog.js index dee183bc6c..f80a0dc059 100644 --- a/src/components/views/dialogs/TermsDialog.js +++ b/src/components/views/dialogs/TermsDialog.js @@ -184,7 +184,7 @@ export default class TermsDialog extends React.PureComponent { hasCancel={false} >
-

{_t("To continue you need to accept the Terms of this service.")}

+

{_t("To continue you need to accept the terms of this service.")}

diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index c23cd6d324..8c17a2c976 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -1383,7 +1383,7 @@ "Be found by phone or email": "Be found by phone or email", "Use bots, bridges, widgets and sticker packs": "Use bots, bridges, widgets and sticker packs", "Terms of Service": "Terms of Service", - "To continue you need to accept the Terms of this service.": "To continue you need to accept the Terms of this service.", + "To continue you need to accept the terms of this service.": "To continue you need to accept the terms of this service.", "Service": "Service", "Summary": "Summary", "Terms": "Terms",