From 701ec259e66ad733f8edc757d35b2f88856dcbe4 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Fri, 27 Sep 2019 17:43:04 +0100 Subject: [PATCH] Rename Terms column in modal to Document --- 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 f80a0dc059..20c9fe5367 100644 --- a/src/components/views/dialogs/TermsDialog.js +++ b/src/components/views/dialogs/TermsDialog.js @@ -190,7 +190,7 @@ export default class TermsDialog extends React.PureComponent { {_t("Service")} {_t("Summary")} - {_t("Terms")} + {_t("Document")} {_t("Accept")} {rows} diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 8c17a2c976..6453298874 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -1386,7 +1386,7 @@ "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", + "Document": "Document", "Next": "Next", "You are currently blacklisting unverified devices; to send messages to these devices you must verify them.": "You are currently blacklisting unverified devices; to send messages to these devices you must verify them.", "We recommend you go through the verification process for each device to confirm they belong to their legitimate owner, but you can resend the message without verifying if you prefer.": "We recommend you go through the verification process for each device to confirm they belong to their legitimate owner, but you can resend the message without verifying if you prefer.",