Remove caption reference to Credo
authorMike Taylor <mike@indexdata.com>
Mon, 9 Jun 2014 14:30:24 +0000 (15:30 +0100)
committerMike Taylor <mike@indexdata.com>
Mon, 9 Jun 2014 14:30:24 +0000 (15:30 +0100)
examples/htdocs/mkws-widget-credo-bs.js

index 893ceef..5847f16 100644 (file)
@@ -59,7 +59,7 @@ mkws.registerWidgetType('Credo', function() {
   
 
   s.push('<div class="row clearfix">');
-  s.push(section('entries clearfix col-md-4 col-sm-6', 'Credo Entries',
+  s.push(section('entries clearfix col-md-4 col-sm-6', 'Results from all targets',
                     this.subwidget('Records', { _team: 'main' })));
   s.push(section('articles clearfix col-md-4 col-sm-6', 'Articles',
                     this.subwidget('Records', { _team: 'articles', targetfilter: 'categories=articles' })));