Skip to content

Commit

Permalink
fix: Copywriting in Processing
Browse files Browse the repository at this point in the history
Change-Id: I10d40c0ae1447cbf874a6bd7e498ef1c48faa2b1
  • Loading branch information
XayahSuSuSu committed Sep 30, 2023
1 parent aa5dcc4 commit 035d9fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ fun PackageRestoreProcessing() {
modifier = Modifier.nestedScroll(scrollBehavior.nestedScrollConnection),
topBar = {
Column {
ProcessingTopBar(scrollBehavior = scrollBehavior, title = "${stringResource(R.string.backing_up)}($operationCount/$selectedBothCount)") {
ProcessingTopBar(scrollBehavior = scrollBehavior, title = "${stringResource(R.string.restoring)}($operationCount/$selectedBothCount)") {
scope.launch {
confirmExit(dialogSlot, context)
}
Expand Down

0 comments on commit 035d9fd

Please sign in to comment.