Skip to content

Commit 8c35603

Browse files
committed
"Generate PDF" -> "Export PDF"
1 parent f4a3ffd commit 8c35603

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/java/org/mydomain/myscan/view/DocumentScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ private fun BottomBar(
236236
MainActionButton(
237237
onClick = { showPdfDialog.value = true },
238238
icon = Icons.Default.PictureAsPdf,
239-
text = "Generate PDF",
239+
text = "Export PDF",
240240
)
241241
Spacer(modifier = Modifier.width(8.dp))
242242
SecondaryActionButton(

app/src/main/java/org/mydomain/myscan/view/PdfGenerationBottomSheet.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ fun PdfGenerationBottomSheet(
124124
.size(34.dp)
125125
.padding(end = 8.dp)
126126
)
127-
Text("Generate PDF", style = MaterialTheme.typography.headlineSmall)
127+
Text("Export PDF", style = MaterialTheme.typography.headlineSmall)
128128
}
129129

130130
Spacer(Modifier.height(16.dp))

0 commit comments

Comments
 (0)