Skip to content

Commit

Permalink
Fix title of photo picker
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgeMucientes committed Sep 13, 2024
1 parent c332c70 commit b84c63d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ fun ProductImagePickerScreen(
Scaffold(
topBar = {
Toolbar(
title = stringResource(id = R.string.blaze_campaign_product_photo_picker_empty),
title = stringResource(id = R.string.blaze_campaign_product_photo_picker_title),
onNavigationButtonClick = onBackButtonTapped,
navigationIcon = Icons.AutoMirrored.Filled.ArrowBack,
)
Expand Down

0 comments on commit b84c63d

Please sign in to comment.