feat: 修改非法规则文案

This commit is contained in:
lisonge 2023-12-25 00:50:54 +08:00
parent b105be7b83
commit ecb5018477
2 changed files with 2 additions and 2 deletions

View File

@ -182,7 +182,7 @@ fun AppItemPage(
)
} else {
Text(
text = "规则组损坏",
text = "非法选择器",
modifier = Modifier.fillMaxWidth(),
fontSize = 14.sp,
color = MaterialTheme.colorScheme.error

View File

@ -156,7 +156,7 @@ fun GlobalRulePage(subsItemId: Long, focusGroupKey: Int? = null) {
)
} else {
Text(
text = "规则组损坏",
text = "非法选择器",
modifier = Modifier.fillMaxWidth(),
fontSize = 14.sp,
color = MaterialTheme.colorScheme.error