From 373343fea17593f0a8507179ef8d93ab70f43ee8 Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Mon, 8 Nov 2021 19:18:40 +0530 Subject: [PATCH] refactor: adding space between the copy hyphen --- packages/hoppscotch-app/components/collections/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", }) }, },