diff --git a/ModelCatalogueCorePluginTestApp/grails-app/conf/BootStrap.groovy b/ModelCatalogueCorePluginTestApp/grails-app/conf/BootStrap.groovy index 5d38262bf9..65f6215a6d 100644 --- a/ModelCatalogueCorePluginTestApp/grails-app/conf/BootStrap.groovy +++ b/ModelCatalogueCorePluginTestApp/grails-app/conf/BootStrap.groovy @@ -111,7 +111,7 @@ class BootStrap { reportsRegistry.register { creates asset title { "Inventory Report Document" } - defaultName { "${it.name} report as MS Excel Document" } + defaultName { "${it.name} report as MS Word Document" } depth 3 type DataModel when { DataModel dataModel ->