chore(i18n): updated translations
This commit is contained in:
@@ -209,7 +209,7 @@ const getHoppCollections = (doc: InsomniaDoc) =>
|
||||
)
|
||||
|
||||
export default defineImporter({
|
||||
name: "Insomnia Collection",
|
||||
name: "import.from_insomnia",
|
||||
icon: "insomnia",
|
||||
steps: [
|
||||
step({
|
||||
|
||||
@@ -230,7 +230,7 @@ const getHoppFolder = (ig: ItemGroup<Item>): Collection<HoppRESTRequest> =>
|
||||
export const getHoppCollection = (coll: PMCollection) => getHoppFolder(coll)
|
||||
|
||||
export default defineImporter({
|
||||
name: "Postman Collection",
|
||||
name: "import.from_postman",
|
||||
icon: "postman",
|
||||
steps: [
|
||||
step({
|
||||
|
||||
Reference in New Issue
Block a user