Issue #2572019 by thewilkybarkid: Remove !placeholder in TourViewBuilder
parent
31905f4575
commit
57428065ea
|
@ -44,7 +44,7 @@ class TourViewBuilder extends EntityViewBuilder {
|
|||
'tour-progress',
|
||||
),
|
||||
),
|
||||
'#children' => t('!tour_item of !total', array('!tour_item' => $index + 1, '!total' => $count)),
|
||||
'#children' => t('@tour_item of @total', array('@tour_item' => $index + 1, '@total' => $count)),
|
||||
),
|
||||
'#wrapper_attributes' => $tip->getAttributes() + $attributes,
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue