From 7c96a2eddf509933699897f4a10390098e3d0dde Mon Sep 17 00:00:00 2001 From: Fiona Tay Date: Wed, 24 Feb 2016 17:19:44 -0800 Subject: [PATCH] Fix typo --- panoramix/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panoramix/views.py b/panoramix/views.py index 221a33174f5e3..bd12d727ce4cf 100644 --- a/panoramix/views.py +++ b/panoramix/views.py @@ -242,7 +242,7 @@ class DashboardModelView(PanoramixModelView, DeleteMixin): "the dashboard view"), 'css': ( "The css for individual dashboards can be altered here, or " - "in the dashboard view where changes are immediatly " + "in the dashboard view where changes are immediately " "visible"), 'slug': "To get a readable URL for your dashboard", }