mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
Change dash to em dash issues fixed (#8455)
* addedd em dash * Update src/components/views/settings/tabs/user/GeneralUserSettingsTab.tsx Co-authored-by: Šimon Brandner <simon.bra.ag@gmail.com> * changes pushed Co-authored-by: Šimon Brandner <simon.bra.ag@gmail.com> Co-authored-by: Travis Ralston <travisr@matrix.org>
This commit is contained in:
parent
b12a272385
commit
e11dbae89b
@ -427,7 +427,7 @@ export default class GeneralUserSettingsTab extends React.Component<IProps, ISta
|
|||||||
<div className="mx_SettingsTab_section">
|
<div className="mx_SettingsTab_section">
|
||||||
<span className="mx_SettingsTab_subheading">{ _t("Account management") }</span>
|
<span className="mx_SettingsTab_subheading">{ _t("Account management") }</span>
|
||||||
<span className="mx_SettingsTab_subsectionText">
|
<span className="mx_SettingsTab_subsectionText">
|
||||||
{ _t("Deactivating your account is a permanent action - be careful!") }
|
{ _t("Deactivating your account is a permanent action — be careful!") }
|
||||||
</span>
|
</span>
|
||||||
<AccessibleButton onClick={this.onDeactivateClicked} kind="danger">
|
<AccessibleButton onClick={this.onDeactivateClicked} kind="danger">
|
||||||
{ _t("Deactivate Account") }
|
{ _t("Deactivate Account") }
|
||||||
|
@ -1437,7 +1437,7 @@
|
|||||||
"Spell check dictionaries": "Spell check dictionaries",
|
"Spell check dictionaries": "Spell check dictionaries",
|
||||||
"Agree to the identity server (%(serverName)s) Terms of Service to allow yourself to be discoverable by email address or phone number.": "Agree to the identity server (%(serverName)s) Terms of Service to allow yourself to be discoverable by email address or phone number.",
|
"Agree to the identity server (%(serverName)s) Terms of Service to allow yourself to be discoverable by email address or phone number.": "Agree to the identity server (%(serverName)s) Terms of Service to allow yourself to be discoverable by email address or phone number.",
|
||||||
"Account management": "Account management",
|
"Account management": "Account management",
|
||||||
"Deactivating your account is a permanent action - be careful!": "Deactivating your account is a permanent action - be careful!",
|
"Deactivating your account is a permanent action — be careful!": "Deactivating your account is a permanent action — be careful!",
|
||||||
"Deactivate Account": "Deactivate Account",
|
"Deactivate Account": "Deactivate Account",
|
||||||
"Deactivate account": "Deactivate account",
|
"Deactivate account": "Deactivate account",
|
||||||
"Discovery": "Discovery",
|
"Discovery": "Discovery",
|
||||||
|
Loading…
Reference in New Issue
Block a user