mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 23:06:40 +00:00
Fix short_weekdays::sun
in Backup settings (#24628)
Fix short `short_weekdays::sun` "So" is for us Germans, for English we better use "Su" here. :-)
This commit is contained in:
parent
731a9a2e07
commit
9712f04662
@ -2623,7 +2623,7 @@
|
||||
"thu": "Th",
|
||||
"fri": "Fr",
|
||||
"sat": "Sa",
|
||||
"sun": "So"
|
||||
"sun": "Su"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user