mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
Use designed text for new IS field
This commit is contained in:
parent
7cc27beb44
commit
5af9bf7b80
2 changed files with 2 additions and 1 deletions
|
@ -263,7 +263,7 @@ export default class SetIdServer extends React.Component {
|
||||||
<span className="mx_SettingsTab_subsectionText">
|
<span className="mx_SettingsTab_subsectionText">
|
||||||
{bodyText}
|
{bodyText}
|
||||||
</span>
|
</span>
|
||||||
<Field label={_t("Identity Server")}
|
<Field label={_t("Enter a new identity server")}
|
||||||
id="mx_SetIdServer_idServer"
|
id="mx_SetIdServer_idServer"
|
||||||
type="text" value={this.state.idServer} autoComplete="off"
|
type="text" value={this.state.idServer} autoComplete="off"
|
||||||
onChange={this._onIdentityServerChanged}
|
onChange={this._onIdentityServerChanged}
|
||||||
|
|
|
@ -557,6 +557,7 @@
|
||||||
"Identity Server": "Identity Server",
|
"Identity Server": "Identity Server",
|
||||||
"You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.": "You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.",
|
"You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.": "You are not currently using an identity server. To discover and be discoverable by existing contacts you know, add one below.",
|
||||||
"Disconnecting from your identity server will mean you won't be discoverable by other users and you won't be able to invite others by email or phone.": "Disconnecting from your identity server will mean you won't be discoverable by other users and you won't be able to invite others by email or phone.",
|
"Disconnecting from your identity server will mean you won't be discoverable by other users and you won't be able to invite others by email or phone.": "Disconnecting from your identity server will mean you won't be discoverable by other users and you won't be able to invite others by email or phone.",
|
||||||
|
"Enter a new identity server": "Enter a new identity server",
|
||||||
"Change": "Change",
|
"Change": "Change",
|
||||||
"Failed to update integration manager": "Failed to update integration manager",
|
"Failed to update integration manager": "Failed to update integration manager",
|
||||||
"Integration manager offline or not accessible.": "Integration manager offline or not accessible.",
|
"Integration manager offline or not accessible.": "Integration manager offline or not accessible.",
|
||||||
|
|
Loading…
Reference in a new issue