From 4591fb9b956e315f59d7ec96d9a7130fc9423309 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sun, 20 Oct 2024 13:29:38 +1100 Subject: [PATCH] Make template descriptions consistent --- v3/internal/templates/preact-ts/template.json | 2 +- v3/internal/templates/react-swc-ts/template.json | 2 +- v3/internal/templates/solid-ts/template.json | 2 +- v3/internal/templates/sveltekit-ts/template.json | 2 +- v3/internal/templates/vanilla-ts/template.json | 2 +- v3/internal/templates/vue-ts/template.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/v3/internal/templates/preact-ts/template.json b/v3/internal/templates/preact-ts/template.json index bd4ccc20bd5..8ec971b085b 100644 --- a/v3/internal/templates/preact-ts/template.json +++ b/v3/internal/templates/preact-ts/template.json @@ -2,7 +2,7 @@ "name": "Preact + Vite (Typescript)", "shortname": "preact-ts", "author": "Lea Anthony", - "description": "Preact + Vite development server", + "description": "Preact + TS + Vite development server", "helpurl": "https://wails.io", "version": 3 } \ No newline at end of file diff --git a/v3/internal/templates/react-swc-ts/template.json b/v3/internal/templates/react-swc-ts/template.json index f708a5b5d83..d79c59cd500 100644 --- a/v3/internal/templates/react-swc-ts/template.json +++ b/v3/internal/templates/react-swc-ts/template.json @@ -2,7 +2,7 @@ "name": "React + SWC + Vite (Typescript)", "shortname": "react-swc-ts", "author": "Lea Anthony", - "description": "React + SWC + Vite development server", + "description": "React + TS + SWC + Vite development server", "helpurl": "https://wails.io", "version": 3 } \ No newline at end of file diff --git a/v3/internal/templates/solid-ts/template.json b/v3/internal/templates/solid-ts/template.json index 529ec4c0c18..b21088d3f38 100644 --- a/v3/internal/templates/solid-ts/template.json +++ b/v3/internal/templates/solid-ts/template.json @@ -2,7 +2,7 @@ "name": "Solid + Vite (Typescript)", "shortname": "solid-ts", "author": "Lea Anthony", - "description": "Solid (Typescript) + Vite development server", + "description": "Solid + TS + Vite development server", "helpurl": "https://wails.io", "version": 3 } \ No newline at end of file diff --git a/v3/internal/templates/sveltekit-ts/template.json b/v3/internal/templates/sveltekit-ts/template.json index f45c9978db8..3183d3e55b3 100644 --- a/v3/internal/templates/sveltekit-ts/template.json +++ b/v3/internal/templates/sveltekit-ts/template.json @@ -2,7 +2,7 @@ "name": "SvelteKit Typescript + Vite", "shortname": "sveltekit-ts", "author": "Atterpac", - "description": "SvelteKit + Vite development server", + "description": "SvelteKit + TS + Vite development server", "helpurl": "https://wails.io", "version": 3 } diff --git a/v3/internal/templates/vanilla-ts/template.json b/v3/internal/templates/vanilla-ts/template.json index 0fc3c7241cf..1c25d224b00 100644 --- a/v3/internal/templates/vanilla-ts/template.json +++ b/v3/internal/templates/vanilla-ts/template.json @@ -2,7 +2,7 @@ "name": "Vanilla + Vite (Typescript)", "shortname": "vanilla-ts", "author": "Lea Anthony", - "description": "Vanilla + Vite development server", + "description": "Vanilla + TS + Vite development server", "helpurl": "https://wails.io", "version": 3 } \ No newline at end of file diff --git a/v3/internal/templates/vue-ts/template.json b/v3/internal/templates/vue-ts/template.json index 720ac3db607..7e6404a59c6 100644 --- a/v3/internal/templates/vue-ts/template.json +++ b/v3/internal/templates/vue-ts/template.json @@ -2,7 +2,7 @@ "name": "Vue + Vite (Typescript)", "shortname": "vue-ts", "author": "Lea Anthony", - "description": "Vue + Vite development server", + "description": "Vue + TS + Vite development server", "helpurl": "https://wails.io", "version": 3 } \ No newline at end of file