ui: Fixes global

This commit is contained in:
gerlofvanek
2022-10-13 13:52:50 +02:00
parent 3f628026ae
commit 18e89a3c44
10 changed files with 131 additions and 135 deletions

View File

@@ -620,7 +620,7 @@ def page_offers(self, url_split, post_string, sent=False):
template = server.env.get_template('offers.html')
return self.render_template(template, {
'page_type': 'Sent Offers' if sent else 'Network Offers',
'page_type': 'Your Offers' if sent else 'Network Order Book',
'page_type_description': '' if sent else '',
'messages': messages,
'chart': 'hidden' if sent else '',