Skip to content

Commit

Permalink
set title to initial value on report fields initial value page
Browse files Browse the repository at this point in the history
  • Loading branch information
nyomanjyotisa committed Aug 6, 2024
1 parent 1147c3b commit 37db45d
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 37db45d

Please sign in to comment.