"Generate PDF" -> "Export PDF"

This commit is contained in:
Pierre-Yves Nicolas
2025-07-12 16:18:25 +02:00
parent f4a3ffdeee
commit 8c356038b5
2 changed files with 2 additions and 2 deletions

View File

@@ -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(

View File

@@ -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))