mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
other general grammar
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
parent
934b711936
commit
c36c3a9b33
1 changed files with 3 additions and 3 deletions
|
@ -114,7 +114,7 @@ export default class SetIdServer extends React.Component {
|
|||
const InlineSpinner = sdk.getComponent('views.elements.InlineSpinner');
|
||||
return <div>
|
||||
<InlineSpinner />
|
||||
{ _t("Checking Server") }
|
||||
{ _t("Checking server") }
|
||||
</div>;
|
||||
} else if (this.state.error) {
|
||||
return this.state.error;
|
||||
|
@ -164,9 +164,9 @@ export default class SetIdServer extends React.Component {
|
|||
} else {
|
||||
sectionTitle = _t("Identity Server");
|
||||
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, " +
|
||||
"add one below",
|
||||
"add one below.",
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue