Skip to content

Commit

Permalink
feat: change refresh error text
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Nov 8, 2024
1 parent cc9670f commit 3339651
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ fun SubsItemCard(
}
if (subsRefreshError != null) {
Text(
text = "加载错误: ${subsRefreshError?.message}",
text = "更新错误: ${subsRefreshError?.message}",
style = MaterialTheme.typography.bodyMedium,
color = MaterialTheme.colorScheme.error
)
Expand Down

0 comments on commit 3339651

Please sign in to comment.