Merge pull request #31 from CuzImStantac/main

Fixed small writing mistake :)
This commit is contained in:
Benny 2020-11-05 16:04:38 +01:00 committed by GitHub
commit 588b6efa82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -380,7 +380,7 @@ if (data !== undefined) {
if (data.endDate) {
widget.addSpacer(5)
let remainingDays = getTimeRemaining(data.endDate).days + 2
let remainingDaysText = widget.addText(`${remainingDays} Tage verleibend`)
let remainingDaysText = widget.addText(`${remainingDays} Tage verbleibend`)
remainingDaysText.font = Font.mediumSystemFont(8)
remainingDaysText.centerAlignText()
remainingDaysText.textColor = new Color(textColor)