From 9b7fd8ff50b8dc9514d2cd9fdc140928418d94f6 Mon Sep 17 00:00:00 2001 From: Simon Belak <simon@metabase.com> Date: Sat, 28 Apr 2018 02:21:47 +0200 Subject: [PATCH] Tweak colledtion name --- src/metabase/models/dashboard.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/metabase/models/dashboard.clj b/src/metabase/models/dashboard.clj index 6a2fad72619..b91bde9c8aa 100644 --- a/src/metabase/models/dashboard.clj +++ b/src/metabase/models/dashboard.clj @@ -280,7 +280,7 @@ applied-filters-blurb)))) collection (magic.populate/create-collection! (ensure-unique-collection-name - (format "Questions for your \"%s\" dashboard" (:name dashboard))) + (format "Questions for the dashboard \"%s\"" (:name dashboard))) (rand-nth magic.populate/colors) "Automatically generated cards.")] (doseq [dashcard dashcards] -- GitLab