diff --git a/piccolo_theme/components/notification_banner.html b/piccolo_theme/components/notification_banner.html index b79caed..e97132e 100644 --- a/piccolo_theme/components/notification_banner.html +++ b/piccolo_theme/components/notification_banner.html @@ -1,6 +1,6 @@

{{ theme_banner_text | safe }}

- [[ visible ? '▲ HIDE' : '▼ SHOW BANNER' ]] + [[ visible ? '▲ {{ _('HIDE') }}' : '▼ {{ _('SHOW BANNER') }}' ]]