fix: corrected the preposition in "Save As New Collection" (#4070)

This commit is contained in:
Pranay Prajapati
2023-09-01 00:05:10 +05:30
committed by LongYinan
parent 3b52acc269
commit ee2841a569
5 changed files with 6 additions and 6 deletions
@@ -297,10 +297,10 @@ export const SaveCollectionButton = ({
size="large"
style={{ padding: '7px 8px' }}
>
{t['Save As New Collection']()}
{t['Save as New Collection']()}
</Button>
<EditCollectionModel
title={t['Save As New Collection']()}
title={t['Save as New Collection']()}
propertiesMeta={propertiesMeta}
init={init}
onConfirm={onConfirm}