Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Change dash to em dash issues fixed #8455

Merged
merged 7 commits into from
May 31, 2022
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ export default class GeneralUserSettingsTab extends React.Component<IProps, ISta
<div className="mx_SettingsTab_section">
<span className="mx_SettingsTab_subheading">{ _t("Account management") }</span>
<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!") }
goelesha marked this conversation as resolved.
Show resolved Hide resolved
</span>
<AccessibleButton onClick={this.onDeactivateClicked} kind="danger">
{ _t("Deactivate Account") }
Expand Down