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