diff --git a/packages/hoppscotch-app/components/collections/index.vue b/packages/hoppscotch-app/components/collections/index.vue index 47e5cbf5c..b50d96ed3 100644 --- a/packages/hoppscotch-app/components/collections/index.vue +++ b/packages/hoppscotch-app/components/collections/index.vue @@ -689,7 +689,7 @@ export default defineComponent({ duplicateRequest({ folderPath, request }) { saveRESTRequestAs(folderPath, { ...request, - name: request.name + "-Copy", + name: request.name + " - Copy", }) }, },