Skip to content

Commit

Permalink
Merge pull request #46903 from nyomanjyotisa/issue-46341
Browse files Browse the repository at this point in the history
set title to initial value on report fields initial value page
  • Loading branch information
madmax330 authored Aug 12, 2024
2 parents 28df199 + 37db45d commit a70e9be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function ReportFieldsInitialValuePage({
shouldEnableMaxHeight
>
<HeaderWithBackButton
title={reportField.name}
title={translate('common.initialValue')}
onBackButtonPress={Navigation.goBack}
/>
{isListFieldType && (
Expand Down

0 comments on commit a70e9be

Please sign in to comment.