mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
Kill smart quotes
Co-Authored-By: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
b0420c106e
commit
0d560108b6
@ -218,7 +218,7 @@ export default class SetIdServer extends React.Component {
|
||||
discoSection = <div>
|
||||
<span className="mx_SettingsTab_subsectionText">{_t(
|
||||
"Disconnecting from your identity server will mean you " +
|
||||
"won’t be discoverable by other users and you won’t be " +
|
||||
"won't be discoverable by other users and you won't be " +
|
||||
"able to invite others by email or phone.",
|
||||
)}</span>
|
||||
<AccessibleButton onClick={this._onDisconnectClicked} kind="danger">
|
||||
|
Loading…
Reference in New Issue
Block a user