Skip to content

Commit

Permalink
Closes #3917: Update no results views on events (#3918)
Browse files Browse the repository at this point in the history
  • Loading branch information
danahertzberg authored Dec 4, 2024
1 parent 4e50647 commit 8a41325
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ display:
plugin_id: text
empty: true
content:
value: '<em>There are no upcoming events listed.</em>'
value: '<p><em>There are no upcoming events listed.</em></p>'
format: az_standard
tokenize: false
sorts:
Expand Down Expand Up @@ -481,7 +481,7 @@ display:
plugin_id: text
empty: true
content:
value: '<em>There are no past events listed.</em>'
value: '<p><em>There are no past events listed.</em></p>'
format: az_standard
tokenize: false
sorts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ display:
plugin_id: text
empty: true
content:
value: '<em>There are no upcoming events listed.</em>'
value: '<p><em>There are no upcoming events listed.</em></p>'
format: az_standard
tokenize: false
sorts:
Expand Down Expand Up @@ -974,7 +974,7 @@ display:
plugin_id: text
empty: true
content:
value: '<em>There are no past events listed.</em>'
value: '<p><em>There are no past events listed.</em></p>'
format: az_standard
tokenize: false
sorts:
Expand Down

0 comments on commit 8a41325

Please sign in to comment.