Skip to content

Commit 27aeb7f

Browse files
committed
fix: Report fields - Initial value field name is Date for text report field.
Signed-off-by: krishna2323 <belivethatkg@gmail.com>
1 parent 08d8072 commit 27aeb7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/workspace/reportFields/ReportFieldsSettingsPage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ function ReportFieldsSettingsPage({
113113
style={[styles.moneyRequestMenuItem]}
114114
titleStyle={styles.flex1}
115115
title={WorkspaceReportFieldUtils.getReportFieldInitialValue(reportField)}
116-
description={translate('common.date')}
116+
description={isDateFieldType ? translate('common.date') : translate('common.initialValue')}
117117
shouldShowRightIcon={!isDateFieldType && !hasAccountingConnections}
118118
interactive={!isDateFieldType && !hasAccountingConnections}
119119
onPress={() => Navigation.navigate(ROUTES.WORKSPACE_EDIT_REPORT_FIELDS_INITIAL_VALUE.getRoute(policyID, reportFieldID))}

0 commit comments

Comments
 (0)