Issue #2572019 by thewilkybarkid: Remove !placeholder in TourViewBuilder

8.0.x
Alex Pott 2015-09-21 17:09:20 +02:00
parent 31905f4575
commit 57428065ea
1 changed files with 1 additions and 1 deletions

View File

@ -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,
);