1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

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}