feat: change refresh error text
Some checks failed
Build-Apk / build (push) Has been cancelled

This commit is contained in:
二刺螈 2024-11-08 17:54:32 +08:00
parent cc9670f03a
commit 3339651bce

View File

@ -189,7 +189,7 @@ fun SubsItemCard(
}
if (subsRefreshError != null) {
Text(
text = "加载错误: ${subsRefreshError?.message}",
text = "更新错误: ${subsRefreshError?.message}",
style = MaterialTheme.typography.bodyMedium,
color = MaterialTheme.colorScheme.error
)