Remove random space
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
co-authored by
J. Ryan Stinnett
parent
994f8f849b
commit
72b1ad37a2
@@ -179,7 +179,7 @@ export default class TermsDialog extends React.Component {
|
|||||||
<table className="mx_TermsDialog_termsTable"><tbody>
|
<table className="mx_TermsDialog_termsTable"><tbody>
|
||||||
<tr className="mx_TermsDialog_termsTableHeader">
|
<tr className="mx_TermsDialog_termsTableHeader">
|
||||||
<th>{_t("Service")}</th>
|
<th>{_t("Service")}</th>
|
||||||
<th >{_t("Summary")}</th>
|
<th>{_t("Summary")}</th>
|
||||||
<th>{_t("Terms")}</th>
|
<th>{_t("Terms")}</th>
|
||||||
<th>{_t("Accept")}</th>
|
<th>{_t("Accept")}</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user