mirror of
https://github.com/gkd-kit/gkd.git
synced 2024-11-15 19:22:26 +08:00
This commit is contained in:
parent
cc9670f03a
commit
3339651bce
|
@ -189,7 +189,7 @@ fun SubsItemCard(
|
|||
}
|
||||
if (subsRefreshError != null) {
|
||||
Text(
|
||||
text = "加载错误: ${subsRefreshError?.message}",
|
||||
text = "更新错误: ${subsRefreshError?.message}",
|
||||
style = MaterialTheme.typography.bodyMedium,
|
||||
color = MaterialTheme.colorScheme.error
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user