"Generate PDF" -> "Export PDF"
This commit is contained in:
@@ -236,7 +236,7 @@ private fun BottomBar(
|
||||
MainActionButton(
|
||||
onClick = { showPdfDialog.value = true },
|
||||
icon = Icons.Default.PictureAsPdf,
|
||||
text = "Generate PDF",
|
||||
text = "Export PDF",
|
||||
)
|
||||
Spacer(modifier = Modifier.width(8.dp))
|
||||
SecondaryActionButton(
|
||||
|
||||
@@ -124,7 +124,7 @@ fun PdfGenerationBottomSheet(
|
||||
.size(34.dp)
|
||||
.padding(end = 8.dp)
|
||||
)
|
||||
Text("Generate PDF", style = MaterialTheme.typography.headlineSmall)
|
||||
Text("Export PDF", style = MaterialTheme.typography.headlineSmall)
|
||||
}
|
||||
|
||||
Spacer(Modifier.height(16.dp))
|
||||
|
||||
Reference in New Issue
Block a user