mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +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",
|
"thu": "Th",
|
||||||
"fri": "Fr",
|
"fri": "Fr",
|
||||||
"sat": "Sa",
|
"sat": "Sa",
|
||||||
"sun": "So"
|
"sun": "Su"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user