We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4a3ffd commit 8c35603Copy full SHA for 8c35603
app/src/main/java/org/mydomain/myscan/view/DocumentScreen.kt
@@ -236,7 +236,7 @@ private fun BottomBar(
236
MainActionButton(
237
onClick = { showPdfDialog.value = true },
238
icon = Icons.Default.PictureAsPdf,
239
- text = "Generate PDF",
+ text = "Export PDF",
240
)
241
Spacer(modifier = Modifier.width(8.dp))
242
SecondaryActionButton(
app/src/main/java/org/mydomain/myscan/view/PdfGenerationBottomSheet.kt
@@ -124,7 +124,7 @@ fun PdfGenerationBottomSheet(
124
.size(34.dp)
125
.padding(end = 8.dp)
126
127
- Text("Generate PDF", style = MaterialTheme.typography.headlineSmall)
+ Text("Export PDF", style = MaterialTheme.typography.headlineSmall)
128
}
129
130
Spacer(Modifier.height(16.dp))
0 commit comments