diff --git a/public/index.html b/public/index.html index c5a69212f..6b2bfaa8b 100644 --- a/public/index.html +++ b/public/index.html @@ -4704,10 +4704,10 @@

Alternate Greetings

-
+ These will be displayed as swipes on the first message when starting a new chat. Group members can select one of them to initiate the conversation. -
+
@@ -4722,7 +4722,7 @@ Alternate Greeting #
- + diff --git a/public/script.js b/public/script.js index fb16babd8..adf3e1eaf 100644 --- a/public/script.js +++ b/public/script.js @@ -6973,7 +6973,7 @@ function openAlternateGreetings() { }); updateAlternateGreetingsHintVisibility(template); - callPopup(template, 'alternate_greeting'); + callPopup(template, 'alternate_greeting', '', { wide: true, large: true }); } function addAlternateGreeting(template, greeting, index, getArray) {