Skip to content

Commit 8a08134

Browse files
committed
fix: Run yarn i18n to (hopefully) correct translations.
1 parent 03d43ce commit 8a08134

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/i18n/strings/en_EN.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -674,8 +674,6 @@
674674
"encrypted_warning": "You can't disable this later. Bridges & most bots won't work yet.",
675675
"encryption_forced": "Your server requires encryption to be enabled in private rooms.",
676676
"encryption_label": "Enable end-to-end encryption",
677-
"state_encrypted_warning": "Enables experimental support for encrypting state events, which hides metadata such as room names and topics from being visible to the server.",
678-
"state_encryption_label": "Encrypt state events",
679677
"error_title": "Failure to create room",
680678
"generic_error": "Server may be unavailable, overloaded, or you hit a bug.",
681679
"join_rule_change_notice": "You can change this at any time from room settings.",
@@ -688,6 +686,8 @@
688686
"join_rule_restricted_label": "Everyone in <SpaceName/> will be able to find and join this room.",
689687
"name_validation_required": "Please enter a name for the room",
690688
"room_visibility_label": "Room visibility",
689+
"state_encrypted_warning": "Enables experimental support for encrypting state events, which hides metadata such as room names and topics from being visible to the server.",
690+
"state_encryption_label": "Encrypt state events",
691691
"title_private_room": "Create a private room",
692692
"title_public_room": "Create a public room",
693693
"title_video_room": "Create a video room",
@@ -3530,8 +3530,8 @@
35303530
"enabled": "Messages in this room are end-to-end encrypted. When people join, you can verify them in their profile, just tap on their profile picture.",
35313531
"enabled_dm": "Messages here are end-to-end encrypted. Verify %(displayName)s in their profile - tap on their profile picture.",
35323532
"enabled_local": "Messages in this chat will be end-to-end encrypted.",
3533-
"state_enabled": "State events in this room are end-to-end encrypted.",
35343533
"parameters_changed": "Some encryption parameters have been changed.",
3534+
"state_enabled": "State events in this room are end-to-end encrypted.",
35353535
"unsupported": "The encryption used by this room isn't supported."
35363536
},
35373537
"m.room.guest_access": {

0 commit comments

Comments
 (0)