other general grammar

Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
pull/21833/head
David Baker 2019-08-13 10:51:26 +01:00 committed by GitHub
parent 934b711936
commit c36c3a9b33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -114,7 +114,7 @@ export default class SetIdServer extends React.Component {
const InlineSpinner = sdk.getComponent('views.elements.InlineSpinner'); const InlineSpinner = sdk.getComponent('views.elements.InlineSpinner');
return <div> return <div>
<InlineSpinner /> <InlineSpinner />
{ _t("Checking Server") } { _t("Checking server") }
</div>; </div>;
} else if (this.state.error) { } else if (this.state.error) {
return this.state.error; return this.state.error;
@ -164,9 +164,9 @@ export default class SetIdServer extends React.Component {
} else { } else {
sectionTitle = _t("Identity Server"); sectionTitle = _t("Identity Server");
bodyText = _t( bodyText = _t(
"You are not currently using an Identity Server. " + "You are not currently using an identity server. " +
"To discover and be discoverable by existing contacts you know, " + "To discover and be discoverable by existing contacts you know, " +
"add one below", "add one below.",
); );
} }