Merge pull request #3325 from matrix-org/jryans/tweak-privacy-copy
Tweak privacy settings copy and whitespace
This commit is contained in:
commit
fef3438ef1
4 changed files with 13 additions and 5 deletions
|
@ -333,7 +333,7 @@ export default class SetIdServer extends React.Component {
|
|||
<span className="mx_SettingsTab_subsectionText">
|
||||
{bodyText}
|
||||
</span>
|
||||
<Field label={_t("Identity Server")}
|
||||
<Field label={_t("Enter a new identity server")}
|
||||
id="mx_SetIdServer_idServer"
|
||||
type="text"
|
||||
autoComplete="off"
|
||||
|
|
|
@ -561,6 +561,7 @@
|
|||
"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.",
|
||||
"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",
|
||||
"Failed to update integration manager": "Failed to update integration manager",
|
||||
"Integration manager offline or not accessible.": "Integration manager offline or not accessible.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue