We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07aaa32 commit 53bcfacCopy full SHA for 53bcfac
web/themes/contrib/civictheme/templates/misc/status-messages.html.twig
@@ -8,7 +8,7 @@
8
{% for message in messages %}
9
{% include 'civictheme:message' with {
10
title: status_headings[type] ? status_headings[type] : type|capitalize,
11
- description: message|render,
+ content: message|render,
12
type: (type == 'status' or type == 'info') ? 'information' : type,
13
vertical_spacing: 'both',
14
} only %}
0 commit comments