diff --git a/src/ScalarMessaging.ts b/src/ScalarMessaging.ts
index 3d390ea095..8db6a17422 100644
--- a/src/ScalarMessaging.ts
+++ b/src/ScalarMessaging.ts
@@ -183,7 +183,7 @@ Response:
name: "dashboard",
data: {key: "val"}
}
- room_id: “!foo:bar”,
+ room_id: "!foo:bar",
sender: "@alice:localhost"
}
]
@@ -202,7 +202,7 @@ Example:
name: "dashboard",
data: {key: "val"}
}
- room_id: “!foo:bar”,
+ room_id: "!foo:bar",
sender: "@alice:localhost"
}
]
diff --git a/src/async-components/views/dialogs/security/CreateSecretStorageDialog.tsx b/src/async-components/views/dialogs/security/CreateSecretStorageDialog.tsx
index 145d3bcede..0cee45fbc0 100644
--- a/src/async-components/views/dialogs/security/CreateSecretStorageDialog.tsx
+++ b/src/async-components/views/dialogs/security/CreateSecretStorageDialog.tsx
@@ -502,7 +502,7 @@ export default class CreateSecretStorageDialog extends React.PureComponent
{ _t( - "Enter a security phrase only you know, as it’s used to safeguard your data. " + - "To be secure, you shouldn’t re-use your account password.", + "Enter a security phrase only you know, as it's used to safeguard your data. " + + "To be secure, you shouldn't re-use your account password.", ) }
{ _t( "Store your Security Key somewhere safe, like a password manager or a safe, " + - "as it’s used to safeguard your encrypted data.", + "as it's used to safeguard your encrypted data.", ) }
{ _t('You have no visible notifications.') }
{ _t( - "Without verifying, you won’t have access to all your messages " + + "Without verifying, you won't have access to all your messages " + "and may appear as untrusted to others.", ) }
{ _t("If you can't see who you’re looking for, send them your invite link below.") }
+{ _t("If you can't see who you're looking for, send them your invite link below.") }
{ _t(
- "This room isn’t bridging messages to any platforms. " +
+ "This room isn't bridging messages to any platforms. " +
"Learn more.", {},
{
// TODO: We don't have this link yet: this will prevent the translators
diff --git a/src/components/views/settings/tabs/user/SecurityUserSettingsTab.tsx b/src/components/views/settings/tabs/user/SecurityUserSettingsTab.tsx
index d2ab697e8f..5e0cdfcbe3 100644
--- a/src/components/views/settings/tabs/user/SecurityUserSettingsTab.tsx
+++ b/src/components/views/settings/tabs/user/SecurityUserSettingsTab.tsx
@@ -326,7 +326,7 @@ export default class SecurityUserSettingsTab extends React.Component