Skip to content

Commit 4e6980f

Browse files
goeleshaSimonBrandnerturt2live
authored andcommitted
Change dash to em dash issues fixed (matrix-org#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>
1 parent ed7a72d commit 4e6980f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/views/settings/tabs/user/GeneralUserSettingsTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ export default class GeneralUserSettingsTab extends React.Component<IProps, ISta
427427
<div className="mx_SettingsTab_section">
428428
<span className="mx_SettingsTab_subheading">{ _t("Account management") }</span>
429429
<span className="mx_SettingsTab_subsectionText">
430-
{ _t("Deactivating your account is a permanent action - be careful!") }
430+
{ _t("Deactivating your account is a permanent action be careful!") }
431431
</span>
432432
<AccessibleButton onClick={this.onDeactivateClicked} kind="danger">
433433
{ _t("Deactivate Account") }

src/i18n/strings/en_EN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1437,7 +1437,7 @@
14371437
"Spell check dictionaries": "Spell check dictionaries",
14381438
"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.",
14391439
"Account management": "Account management",
1440-
"Deactivating your account is a permanent action - be careful!": "Deactivating your account is a permanent action - be careful!",
1440+
"Deactivating your account is a permanent action be careful!": "Deactivating your account is a permanent action be careful!",
14411441
"Deactivate Account": "Deactivate Account",
14421442
"Deactivate account": "Deactivate account",
14431443
"Discovery": "Discovery",

0 commit comments

Comments
 (0)