diff --git a/packages/hoppscotch-common/locales/en.json b/packages/hoppscotch-common/locales/en.json index 8852e6741..629c4d1c2 100644 --- a/packages/hoppscotch-common/locales/en.json +++ b/packages/hoppscotch-common/locales/en.json @@ -313,10 +313,12 @@ "export": { "as_json": "Export as JSON", "create_secret_gist": "Create secret Gist", + "create_secret_gist_tooltip_text": "Export as secret Gist", "failed": "Something went wrong while exporting", - "gist_created": "Gist created", + "secret_gist_success": "Successfully exported as secret Gist", "require_github": "Login with GitHub to create secret gist", - "title": "Export" + "title": "Export", + "success": "Successfully exported" }, "filter": { "all": "All", diff --git a/packages/hoppscotch-common/src/components/collections/ImportExport.vue b/packages/hoppscotch-common/src/components/collections/ImportExport.vue index 6413d310a..64ae1d361 100644 --- a/packages/hoppscotch-common/src/components/collections/ImportExport.vue +++ b/packages/hoppscotch-common/src/components/collections/ImportExport.vue @@ -9,7 +9,10 @@