Rename Terms column in modal to Document

This commit is contained in:
J. Ryan Stinnett 2019-09-27 17:43:04 +01:00
parent 66f450b995
commit 701ec259e6
2 changed files with 2 additions and 2 deletions

View file

@ -190,7 +190,7 @@ export default class TermsDialog extends React.PureComponent {
<tr className="mx_TermsDialog_termsTableHeader">
<th>{_t("Service")}</th>
<th>{_t("Summary")}</th>
<th>{_t("Terms")}</th>
<th>{_t("Document")}</th>
<th>{_t("Accept")}</th>
</tr>
{rows}

View file

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