From b13531cf30546b18adc2a5791e3ec6a0e41824d8 Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Wed, 24 Jan 2018 14:14:01 +0100 Subject: [PATCH] Fixed issue #13223: Missing translation when editing CPDB attributes --- application/views/admin/participants/attributeControl_view.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/views/admin/participants/attributeControl_view.php b/application/views/admin/participants/attributeControl_view.php index 0e46b48819a..7240ac80e99 100644 --- a/application/views/admin/participants/attributeControl_view.php +++ b/application/views/admin/participants/attributeControl_view.php @@ -33,6 +33,7 @@ 'dataProvider' => $model->search(), 'columns' => $model->columns, 'filter'=>$model, + 'emptyText'=>gT('No attributes found.'), 'htmlOptions' => array('class'=> 'table-responsive'), 'rowHtmlOptionsExpression' => '["data-attribute_id" => $data->attribute_id]', 'itemsCssClass' => 'table table-responsive table-striped',