Translation for en.archetypes.banner.title is missing

Found this bug thanks to What are the common types of notifications in Discourse?:

archetypes: [
    {
        "id": "regular",
        "name": "Regular Topic",
        "options": []
    },
    {
        "id": "banner",
        "name": "translation missing: en.archetypes.banner.title",
        "options": []
    }
]

Also found this through the search here, in the code snippet.

2 Likes

Fixed via:

https://github.com/discourse/discourse/commit/0e74c46

3 Likes