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",