mirror of
https://github.com/amir1376/ab-download-manager.git
synced 2025-02-20 11:43:24 +08:00
fix wrong text for close button in batch download page
This commit is contained in:
parent
dc228e7336
commit
c80a18f282
@ -196,7 +196,7 @@ fun BatchDownload(
|
||||
onClick = component::confirm
|
||||
)
|
||||
Spacer(Modifier.width(8.dp))
|
||||
ActionButton(myStringResource(Res.string.ok), onClick = component.onClose)
|
||||
ActionButton(myStringResource(Res.string.close), onClick = component.onClose)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user