diff --git a/gulp/tasks/translations.js b/gulp/tasks/translations.js index c650148640..1f7aa56aed 100755 --- a/gulp/tasks/translations.js +++ b/gulp/tasks/translations.js @@ -20,6 +20,7 @@ const outDir = workDir + '/output'; const TRANSLATION_FRAGMENTS = [ 'history', 'logbook', + 'mailbox', 'shopping-list', ]; diff --git a/panels/mailbox/ha-panel-mailbox.html b/panels/mailbox/ha-panel-mailbox.html index f6096bddd9..8355a9623c 100644 --- a/panels/mailbox/ha-panel-mailbox.html +++ b/panels/mailbox/ha-panel-mailbox.html @@ -14,6 +14,7 @@ + @@ -50,6 +51,9 @@ paper-dialog { border-radius: 2px; } + paper-dialog p { + color: var(--secondary-text-color); + } #mp3dialog paper-icon-button { float: right; @@ -89,14 +93,14 @@ -
Mailbox
+
[[localize('panel.mailbox')]]
+ @@ -19,7 +20,7 @@ -
Map
+
[[localize('panel.map')]]
@@ -29,7 +30,10 @@