Fix typos in some strings
This commit fixes some typos that I've stumbled upon.
This commit is contained in:
parent
c13891c670
commit
a856484139
2 changed files with 3 additions and 3 deletions
|
@ -153,7 +153,7 @@ export default class ServerPickerDialog extends React.PureComponent<IProps, ISta
|
|||
>
|
||||
<form className="mx_Dialog_content" id="mx_ServerPickerDialog" onSubmit={this.onSubmit}>
|
||||
<p>
|
||||
{_t("We call the places you where you can host your account ‘homeservers’.")} {text}
|
||||
{_t("We call the places where you can host your account ‘homeservers’.")} {text}
|
||||
</p>
|
||||
|
||||
<StyledRadioButton
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue