Skip to content

Commit

Permalink
Formatting of text
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreWohnsland committed Sep 22, 2022
1 parent c4a1f6d commit 3be9e2c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions frontend/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,11 @@ def __say_no_data():
"""Displays a warning that there is no data to plot"""
st.warning(
"""
⚠️ There is currently no detailed data to be displayed. This is probably a result of following reason:
⚠️ There is currently no detailed data to be displayed.
This is probably a result of following reason:
❌ Your filtering is too strict and nothing matches the criteria. Change your filter or reload the page to reset the filtering.
❌ Your filtering is too strict and nothing matches the criteria.
Change your filter or reload the page to reset the filtering.
"""
)

Expand Down

0 comments on commit 3be9e2c

Please sign in to comment.