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
@@ -51,7 +51,7 @@ export const AddCollectionButton = ({
onConfirm={setting.saveCollection}
open={show}
onClose={() => showUpdateCollection(false)}
title={t['Save As New Collection']()}
title={t['Save as New Collection']()}
init={defaultCollection}
/>
</>