From 24e1d0b775a3c3f5babeda1752459a69af7fe475 Mon Sep 17 00:00:00 2001 From: Rob Harrington Date: Fri, 20 Oct 2017 16:26:08 +1100 Subject: [PATCH] Fix mistyped translation key for 'dashboard' --- .../spree/admin/overview/multi_enterprise_dashboard.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/spree/admin/overview/multi_enterprise_dashboard.html.haml b/app/views/spree/admin/overview/multi_enterprise_dashboard.html.haml index 0647304e05..f65f045e6d 100644 --- a/app/views/spree/admin/overview/multi_enterprise_dashboard.html.haml +++ b/app/views/spree/admin/overview/multi_enterprise_dashboard.html.haml @@ -4,7 +4,7 @@ %div{ 'ng-app' => 'ofn.admin' } %h1{ :style => 'margin-bottom: 30px' } - = t "dashbord" + = t 'dashboard' - if @enterprises.unconfirmed.any?