Change description of FeedsPage Banner

This commit is contained in:
Ash
2022-04-01 04:34:11 +08:00
parent e1e43019f5
commit 1fbb079e92
3 changed files with 3 additions and 3 deletions
@@ -16,5 +16,5 @@ fun Filter.getName(): String = when (this) {
fun Filter.getDesc(): String = when (this) {
Filter.Unread -> stringResource(R.string.unread_desc, this.important)
Filter.Starred -> stringResource(R.string.starred_desc, this.important)
else -> stringResource(R.string.unread_desc, this.important)
else -> stringResource(R.string.all_desc, this.important)
}