We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 653844b commit a72421dCopy full SHA for a72421d
WordPress/src/main/java/org/wordpress/android/ui/bloggingreminders/BloggingRemindersViewModel.kt
@@ -144,7 +144,7 @@ class BloggingRemindersViewModel @Inject constructor(
144
}
145
146
private fun formattedDay(it: DayOfWeek) =
147
- it.name.toLowerCase(Locale.getDefault()).capitalize(Locale.getDefault())
+ it.name.toLowerCase(Locale.getDefault()).capitalize(Locale.ROOT)
148
149
private fun buildEpiloguePrimaryButton(): PrimaryButton {
150
return PrimaryButton(
0 commit comments