Commit 327b1862 authored by Viktor De Pasquale's avatar Viktor De Pasquale

Fixed theme mode title

parent 5c1417e2
......@@ -37,7 +37,7 @@ sealed class TappableHeadlineItem : ComparableRvItem<TappableHeadlineItem>() {
}
object ThemeMode : TappableHeadlineItem() {
override val title = R.string.section_theme
override val title = R.string.settings_dark_mode_title
override val icon = R.drawable.ic_day_night
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment