MOBILE-4565 calendar: Fix header length

main
Pau Ferrer Ocaña 2024-04-16 14:45:11 +02:00
parent 404cb9129a
commit 44f4f9d2a6
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,8 @@
<ion-back-button [text]="'core.back' | translate" />
</ion-buttons>
<ion-title>
<h1>{{ (showCalendar ? 'addon.calendar.calendarevents' : 'addon.calendar.upcomingevents') | translate }}</h1>
<h1>{{ 'addon.calendar.calendar' | translate }}</h1>
<p *ngIf="!showCalendar" class="subheading">{{ 'addon.calendar.upcomingevents' | translate }}</p>
</ion-title>
<ion-buttons slot="end">
<ion-button fill="clear" (click)="openFilter()" [attr.aria-label]="'core.filter' | translate">

View File

@ -43,7 +43,7 @@ Feature: Test creation of calendar events in app
And I set the field "Description" to "This is User Event 01 description." in the app
And I set the field "Location" to "Barcelona" in the app
And I press "Save" in the app
Then I should find "Calendar events" in the app
Then I should find "Calendar" in the app
# Verify that event was created right.
When I open the calendar for "4" "2025" in the app