getkirby / kirby

Kirby's core application folder
https://getkirby.com
Other
1.32k stars 168 forks source link

[Panel] help text in sections not working with multiple languages #1798

Closed ralfgoeke closed 5 years ago

ralfgoeke commented 5 years ago

Translation of help text not working

Multilang help text is shown in frontend like this:

{ "de": "Hilfe!", "en": "Help!" }

To Reproduce

# /site/blueprints/sections/contentblocks.yml

headline:
  de: Meine Sektion
  en: My Section
type: pages
status: all
help:
  de: Hilfe!
  en: Help!

Expected behavior Help text for current language should be shown correctly

Screenshots help-text-bug

Kirby Version 3.1.4

distantnative commented 5 years ago