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 a72421d commit 418b6c4Copy full SHA for 418b6c4
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.ROOT)
+ it.name.toLowerCase(Locale.getDefault()) // TODO: Capitalize first letter
148
149
private fun buildEpiloguePrimaryButton(): PrimaryButton {
150
return PrimaryButton(
0 commit comments