change wording on default prompt

This commit is contained in:
sadnub
2023-04-10 19:04:01 -04:00
parent 64ed5e8740
commit ed2b07fb0b
2 changed files with 2 additions and 2 deletions

View File

@@ -392,7 +392,7 @@ export default {
$q.dialog({
title: "Ask ChatGPT what you need!",
prompt: {
model: `Please output ${lang.value} code that `,
model: `${lang.value} code that `,
type: "text",
},
cancel: true,

View File

@@ -191,7 +191,7 @@ export default {
$q.dialog({
title: "Ask ChatGPT what you need!",
prompt: {
model: `Please output ${lang.value} code that `,
model: `${lang.value} code that `,
type: "text",
},
cancel: true,