mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 09:36:17 +08:00
fix: corrected the preposition in "Save As New Collection" (#4070)
This commit is contained in:
committed by
LongYinan
parent
3b52acc269
commit
ee2841a569
+1
-1
@@ -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}
|
||||
/>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user