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:
Norbert Rittel 2025-03-14 10:01:31 +01:00 committed by GitHub
parent 731a9a2e07
commit 9712f04662
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2623,7 +2623,7 @@
"thu": "Th", "thu": "Th",
"fri": "Fr", "fri": "Fr",
"sat": "Sa", "sat": "Sa",
"sun": "So" "sun": "Su"
} }
} }
}, },