mirror of
https://github.com/ThisIsBenny/iOS-Widgets.git
synced 2025-06-06 13:37:41 +00:00
Fixed small writing mistake :)
verleibend> verbleibend
This commit is contained in:
parent
5a202b67fa
commit
12f4d31f65
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue