diff --git a/src/metabase/models/dashboard.clj b/src/metabase/models/dashboard.clj index 6a2fad726196d1049bce7efb912d5abb2f6854f3..b91bde9c8aab02434eaa095fb8ff81d75f010274 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]