{ _t('End-to-end encryption is in beta and may not be reliable') }.
-
{ _t('You should not yet trust it to secure data') }.
-
{ _t('Devices will not yet be able to decrypt history from before they joined the room') }.
-
{ _t('Once encryption is enabled for a room it cannot be turned off again (for now)') }.
-
{ _t('Encrypted messages will not be visible on clients that do not yet implement encryption') }.
-
- ),
- onFinished: (confirm)=>{
- if (confirm) {
- return MatrixClientPeg.get().sendStateEvent(
- this.props.roomId, "m.room.encryption",
- { algorithm: "m.megolm.v1.aes-sha2" },
- );
- }
- },
- });
+ MatrixClientPeg.get().sendStateEvent(
+ this.props.roomId, "m.room.encryption",
+ { algorithm: "m.megolm.v1.aes-sha2" },
+ );
};
_fixGuestAccess = (e) => {
diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json
index f1d7296d03..623dd92613 100644
--- a/src/i18n/strings/en_EN.json
+++ b/src/i18n/strings/en_EN.json
@@ -442,6 +442,7 @@
"Flair": "Flair",
"General": "General",
"Room Addresses": "Room Addresses",
+ "Publish this room to the public in %(domain)s's room directory?": "Publish this room to the public in %(domain)s's room directory?",
"URL Previews": "URL Previews",
"Failed to change password. Is your password correct?": "Failed to change password. Is your password correct?",
"Success": "Success",
@@ -515,11 +516,6 @@
"To send events of type , you must be a": "To send events of type , you must be a",
"Roles & Permissions": "Roles & Permissions",
"Permissions": "Permissions",
- "End-to-end encryption is in beta and may not be reliable": "End-to-end encryption is in beta and may not be reliable",
- "You should not yet trust it to secure data": "You should not yet trust it to secure data",
- "Devices will not yet be able to decrypt history from before they joined the room": "Devices will not yet be able to decrypt history from before they joined the room",
- "Once encryption is enabled for a room it cannot be turned off again (for now)": "Once encryption is enabled for a room it cannot be turned off again (for now)",
- "Encrypted messages will not be visible on clients that do not yet implement encryption": "Encrypted messages will not be visible on clients that do not yet implement encryption",
"Guests cannot join this room even if explicitly invited.": "Guests cannot join this room even if explicitly invited.",
"Click here to fix": "Click here to fix",
"To link to this room, please add an alias.": "To link to this room, please add an alias.",
@@ -748,7 +744,6 @@
"Favourite": "Favourite",
"Tagged as: ": "Tagged as: ",
"To link to a room it must have an address.": "To link to a room it must have an address.",
- "Publish this room to the public in %(domain)s's room directory?": "Publish this room to the public in %(domain)s's room directory?",
"Internal room ID: ": "Internal room ID: ",
"Room version number: ": "Room version number: ",
"Add a topic": "Add a topic",