Merge pull request #27171 from overleaf/dp-make-a-copy

Update copy of copy project option

GitOrigin-RevId: 3d1cc544f3945f55600f0daf1021b07de9d207bc
This commit is contained in:
David
2025-07-17 10:34:24 +01:00
committed by Copybot
parent be4a11484f
commit ec2ab62f4d

View File

@@ -36,7 +36,7 @@ export const DuplicateProject = () => {
return (
<>
<OLDropdownMenuItem onClick={handleShowModal}>
{t('copy')}
{t('make_a_copy')}
</OLDropdownMenuItem>
<EditorCloneProjectModalWrapper
show={showModal}