- {#if daysUntilPayDay > 0}
- The next Pay Day is
- In {pluralisedDays}
-
- The last working day of this month is
- {Intl.DateTimeFormat('en-GB', {
- weekday: 'long',
- month: 'long',
- day: 'numeric'
- }).format(lastDayOfMonth)}
-
- That's only {prettyPrintDays(daysUntilPayDay - 1)} with Monzo's "get paid now"
-
- {:else}
- PayDay was {pluralisedDays} ago
- {/if}
-
+
+ {#if daysUntilPayDay > 0}
+
+ Your next pay day is in {pluralisedDays}
+
+ {pluralisedDays}
+
+ The last working day of this month is
+ {Intl.DateTimeFormat("en-GB", {
+ weekday: "long",
+ month: "long",
+ day: "numeric"
+ }).format(lastDayOfMonth)}
+
+ That's only {prettyPrintDays(daysUntilPayDay - 1)} with Monzo's "get paid
+ now"
+
+ {:else}
+ PayDay was {pluralisedDays} ago
+ {/if}
+