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 and joeparsons committed Jan 10, 2025
1 parent 62ef4b3 commit 025578b
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 @@ -466,7 +466,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 @@ -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 @@ -957,7 +957,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 025578b

Please sign in to comment.