diff --git a/plinth/modules/snapshot/views.py b/plinth/modules/snapshot/views.py index 53e130d91..bfe741aa2 100644 --- a/plinth/modules/snapshot/views.py +++ b/plinth/modules/snapshot/views.py @@ -62,7 +62,7 @@ def index(request): return TemplateResponse( request, 'snapshot.html', { 'app_info': snapshot_module.app.info, - 'title': snapshot_module.app.info, + 'title': snapshot_module.app.info.name, 'subsubmenu': subsubmenu, 'form': form })