diff --git a/res/home.html b/res/home.html
index 8a94d4af2..c77b38090 100644
--- a/res/home.html
+++ b/res/home.html
@@ -32,7 +32,7 @@
-
diff --git a/src/i18n/strings/de_DE.json b/src/i18n/strings/de_DE.json
index 294340ace..d1c33a822 100644
--- a/src/i18n/strings/de_DE.json
+++ b/src/i18n/strings/de_DE.json
@@ -8,7 +8,7 @@
"Filter room names": "Raum-Namen filtern",
"Start chat": "Starte Chat",
"Room directory": "Raum-Verzeichnis",
- "Create new room": "Neuen Raum erstellen",
+ "Create new room": "Erstelle neuen Raum",
"Settings": "Einstellungen",
"powered by Matrix": "betrieben mit Matrix",
"Custom Server Options": "Erweiterte Server-Optionen",
diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json
index b57dbb65b..afc8cc687 100644
--- a/src/i18n/strings/en_EN.json
+++ b/src/i18n/strings/en_EN.json
@@ -167,7 +167,7 @@
"Search the room directory": "Search the room directory",
"Chat with Riot Bot": "Chat with Riot Bot",
"Get started with some tips from Riot Bot!": "Get started with some tips from Riot Bot!",
- "General discussion about Matrix": "General discussion about Matrix",
+ "General discussion about Matrix and Riot": "General discussion about Matrix and Riot",
"Discussion of all things Matrix!": "Discussion of all things Matrix!",
"Riot/Web & Desktop chat": "Riot/Web & Desktop chat",
"Riot/iOS & matrix-ios-sdk chat": "Riot/iOS & matrix-ios-sdk chat",
diff --git a/src/skins/vector/css/matrix-react-sdk/views/dialogs/_ChatInviteDialog.scss b/src/skins/vector/css/matrix-react-sdk/views/dialogs/_ChatInviteDialog.scss
index 4a214b51c..38bb4f01c 100644
--- a/src/skins/vector/css/matrix-react-sdk/views/dialogs/_ChatInviteDialog.scss
+++ b/src/skins/vector/css/matrix-react-sdk/views/dialogs/_ChatInviteDialog.scss
@@ -34,6 +34,10 @@ limitations under the License.
word-wrap: nowrap;
}
+.mx_ChatInviteDialog .mx_Dialog_content {
+ min-height: 50px
+}
+
.mx_ChatInviteDialog_inputContainer {
border-radius: 3px;
border: solid 1px $input-border-color;
@@ -64,8 +68,3 @@ limitations under the License.
pointer-events: none;
}
-.mx_ChatInviteDialog_addressSelectHeader {
- font-weight: bold;
- line-height: 150%;
- text-indent: 4px;
-}