Skip to content

Commit

Permalink
Fix duplicate translations on listing #172950053 (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
software-project authored May 22, 2020
1 parent 10acf2d commit 3418929
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ div.table-pricing-wrapper ng-repeat="group in ::$ctrl.unitGroups"
small.pricing-table-waitlist ng-if="::row.Status == 'Occupied'"
| {{'listings.stats.waitlist' | translate}}
span ng-if="::row.Status != 'Occupied'"
i
i.notranslate
| {{::row.total}}
small
| {{'listings.stats.available' | translate}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ div.table-pricing-wrapper ng-repeat="group in ::$ctrl.unitGroups"
small.pricing-table-waitlist ng-if="::row.Status == 'Occupied'"
| {{'listings.stats.waitlist' | translate}}
span ng-if="::row.Status != 'Occupied'"
i
i.notranslate
| {{::row.total}}
small
| {{'listings.stats.available' | translate}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
p.c-charcoal.t-small.margin-bottom translate="listings.available_units_and_waitlist_desc" translate-value-number="{{$ctrl.parent.listing.Total_number_of_building_units}}"
ul.content-list
li.content-stat.emphasis
span.content-stat-count
span.content-stat-count.notranslate
| {{$ctrl.parent.listing.Units_Available}}
span.content-stat-label translate="listings.available_units"

li.content-stat.emphasis
span.content-stat-count
span.content-stat-count.notranslate
| {{$ctrl.parent.listing.Total_waitlist_openings}}
span.content-stat-label translate="listings.open_waitlist_slots"

0 comments on commit 3418929

Please sign in to comment.