Change label

This commit is contained in:
MM20
2022-12-18 20:21:28 +01:00
parent 882a2bbfbc
commit 85f7a740e0
2 changed files with 3 additions and 1 deletions
@@ -153,7 +153,7 @@ fun EditSearchActionSheet(
if (viewModel.skipWebsearchImport.value) {
R.string.skip
} else {
R.string.action_continue
R.string.action_next
}
)
)