Skip to content

Commit

Permalink
Merge pull request #112 from sinfo/staging
Browse files Browse the repository at this point in the history
Update v2.1.5
  • Loading branch information
nalves599 authored Jan 3, 2025
2 parents 90bbb12 + 4ee2487 commit 0f0ab0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[ngClass]="{'booked': stand.id !== undefined}">
<div class="info">
<b [innerHTML]="'reservations.day' | translate: {day: stand.day} "></b> ({{ !english? (stand.date | date : 'MMMM
d') : (stand.date | ptDate: stand.date)}})
d':'+0000') : (stand.date | ptDate: stand.date)}})
<span *ngIf="stand.id !== undefined">
<b *ngIf="limitedStands">- Stand {{stand.id + 1}}</b>
<b *ngIf="!limitedStands">You chose this day!</b>
Expand Down

0 comments on commit 0f0ab0f

Please sign in to comment.