Skip to content

Commit

Permalink
chore: change add subs text
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Jun 10, 2024
1 parent 694a235 commit 978552b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/kotlin/li/songe/gkd/ui/home/SubsManagePage.kt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ fun useSubsManagePage(): ScaffoldExt {
}
}
if (showAddLinkDialog) {
AlertDialog(title = { Text(text = "请输入订阅链接") }, text = {
AlertDialog(title = { Text(text = "添加订阅") }, text = {
OutlinedTextField(
value = link,
onValueChange = { link = it.trim() },
Expand All @@ -140,7 +140,7 @@ fun useSubsManagePage(): ScaffoldExt {
modifier = Modifier.fillMaxWidth(),
placeholder = {
Text(
text = "https://example.com/gkd.json5",
text = "请输入订阅链接",
style = LocalTextStyle.current.copy(fontSize = 14.sp)
)
},
Expand Down

0 comments on commit 978552b

Please sign in to comment.