Skip to content

Commit

Permalink
feat: 修改非法规则文案
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Dec 24, 2023
1 parent b105be7 commit ecb5018
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/kotlin/li/songe/gkd/ui/AppItemPage.kt
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ fun AppItemPage(
)
} else {
Text(
text = "规则组损坏",
text = "非法选择器",
modifier = Modifier.fillMaxWidth(),
fontSize = 14.sp,
color = MaterialTheme.colorScheme.error
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/kotlin/li/songe/gkd/ui/GlobalRulePage.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ecb5018

Please sign in to comment.