Rename Terms column in modal to Document
This commit is contained in:
parent
66f450b995
commit
701ec259e6
2 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue