Skip to content

Commit 2eece57

Browse files
committed
Fix Excel startCell label
1 parent 095038a commit 2eece57

File tree

1 file changed

+1
-1
lines changed
  • src/features/transfer/TransferDetailInfo/components/TransferFileFormatData/utils/getDescriptionItems

1 file changed

+1
-1
lines changed

src/features/transfer/TransferDetailInfo/components/TransferFileFormatData/utils/getDescriptionItems/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export const getDescriptionItems = ({ t, data }: GetDescriptionItemsProps): Desc
6060
content: data.include_header ? t('yes', { ns: 'shared' }) : t('no', { ns: 'shared' }),
6161
},
6262
{
63-
label: t('lineSeparator'),
63+
label: t('startCell'),
6464
content: data.start_cell ?? '',
6565
},
6666
];

0 commit comments

Comments
 (0)