diff --git a/i18n/en-US.json b/i18n/en-US.json index 7d171fa..561b4a6 100644 --- a/i18n/en-US.json +++ b/i18n/en-US.json @@ -671,7 +671,10 @@ "for": "for", "__comment": "UI-1025: Updating media file uploads throughout the UI", "__version": "3.20_s3", - "fileUploadButton": "Choose File" + "fileUploadButton": "Choose File", + "__comment": "UI-1185: Adding a help message to the greetings", + "__version": "3.20_s4", + "greetingsHelp": "You need to click the \"Update\" button in order to save your changes for the greeting message." }, "open": "Open", "closed": "Closed", diff --git a/i18n/fr-FR.json b/i18n/fr-FR.json index b9d98eb..f8309ae 100644 --- a/i18n/fr-FR.json +++ b/i18n/fr-FR.json @@ -630,7 +630,9 @@ "line4": "Enregistrer votre messages! :)." }, "pressKey": "Appuyer", - "for": "pour" + "for": "pour", + "fileUploadButton": "Choisir fichier", + "greetingsHelp": "Vous devez cliquer sur le bouton \"Mettre à jour\" pour sauvegarder les changements apportés au message d'accueil." }, "open": "Ouvert", "closed": "Fermé", diff --git a/submodules/strategy/strategy.css b/submodules/strategy/strategy.css index bcc0f38..2086164 100644 --- a/submodules/strategy/strategy.css +++ b/submodules/strategy/strategy.css @@ -564,6 +564,7 @@ } #strategy_menu_popup .menu-block .menu-line .number-input { width: 18px; + text-align: center; } #strategy_menu_popup .menu-block .menu-line .number-text { width: 32px; diff --git a/views/strategy-menuPopup.html b/views/strategy-menuPopup.html index 4300d37..a898c4f 100644 --- a/views/strategy-menuPopup.html +++ b/views/strategy-menuPopup.html @@ -24,6 +24,9 @@
+ {{#monsterText}} + {{i18n.strategy.popup.greetingsHelp}} + {{/monsterText}} @@ -43,6 +46,9 @@
+ {{#monsterText}} + {{i18n.strategy.popup.greetingsHelp}} + {{/monsterText}}