Lowercase terms
This commit is contained in:
parent
55e834f0ae
commit
66f450b995
2 changed files with 2 additions and 2 deletions
|
@ -184,7 +184,7 @@ export default class TermsDialog extends React.PureComponent {
|
||||||
hasCancel={false}
|
hasCancel={false}
|
||||||
>
|
>
|
||||||
<div id='mx_Dialog_content'>
|
<div id='mx_Dialog_content'>
|
||||||
<p>{_t("To continue you need to accept the Terms of this service.")}</p>
|
<p>{_t("To continue you need to accept the terms of this service.")}</p>
|
||||||
|
|
||||||
<table className="mx_TermsDialog_termsTable"><tbody>
|
<table className="mx_TermsDialog_termsTable"><tbody>
|
||||||
<tr className="mx_TermsDialog_termsTableHeader">
|
<tr className="mx_TermsDialog_termsTableHeader">
|
||||||
|
|
|
@ -1383,7 +1383,7 @@
|
||||||
"Be found by phone or email": "Be found by phone or email",
|
"Be found by phone or email": "Be found by phone or email",
|
||||||
"Use bots, bridges, widgets and sticker packs": "Use bots, bridges, widgets and sticker packs",
|
"Use bots, bridges, widgets and sticker packs": "Use bots, bridges, widgets and sticker packs",
|
||||||
"Terms of Service": "Terms of Service",
|
"Terms of Service": "Terms of Service",
|
||||||
"To continue you need to accept the Terms of this service.": "To continue you need to accept the Terms of this service.",
|
"To continue you need to accept the terms of this service.": "To continue you need to accept the terms of this service.",
|
||||||
"Service": "Service",
|
"Service": "Service",
|
||||||
"Summary": "Summary",
|
"Summary": "Summary",
|
||||||
"Terms": "Terms",
|
"Terms": "Terms",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue