diff --git a/res/css/views/dialogs/_CreateRoomDialog.scss b/res/css/views/dialogs/_CreateRoomDialog.scss index 6800722802..2ec0011729 100644 --- a/res/css/views/dialogs/_CreateRoomDialog.scss +++ b/res/css/views/dialogs/_CreateRoomDialog.scss @@ -77,6 +77,10 @@ limitations under the License. width: 450px; } + .mx_Dialog_content { + margin-bottom: 40px; + } + p, .mx_Field_input label { color: $muted-fg-color; @@ -102,11 +106,12 @@ limitations under the License. } .mx_Dialog_content > .mx_SettingsFlag { - margin-top: 20px; + margin-top: 12px; } p { margin: 0 85px 0 0; + font-size: $font-12px; line-height: $font-24px; } } diff --git a/src/components/views/dialogs/CreateRoomDialog.js b/src/components/views/dialogs/CreateRoomDialog.js index 5f723234b0..88e90627e8 100644 --- a/src/components/views/dialogs/CreateRoomDialog.js +++ b/src/components/views/dialogs/CreateRoomDialog.js @@ -195,7 +195,7 @@ export default createReactClass({ if (!this.state.isPublic && SettingsStore.isFeatureEnabled("feature_cross_signing")) { e2eeSection = -

{ _t("You can’t disable this later. Bridges & most bots currently won’t work.") }

+

{ _t("You can’t disable this later. Bridges & most bots won’t work yet.") }

; } diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 4fbb32e241..072863c2c4 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -1556,7 +1556,7 @@ "Set a room alias to easily share your room with other people.": "Set a room alias to easily share your room with other people.", "This room is private, and can only be joined by invitation.": "This room is private, and can only be joined by invitation.", "Enable end-to-end encryption": "Enable end-to-end encryption", - "You can’t disable this later. Bridges & most bots currently won’t work.": "You can’t disable this later. Bridges & most bots currently won’t work.", + "You can’t disable this later. Bridges & most bots won’t work yet.": "You can’t disable this later. Bridges & most bots won’t work yet.", "Create a public room": "Create a public room", "Create a private room": "Create a private room", "Name": "Name",