Fizzy do with AI polish

This commit is contained in:
Jason Zimdars
2025-05-19 17:08:00 -05:00
parent 88374cc485
commit 84b6a1291f
10 changed files with 104 additions and 68 deletions
@@ -149,7 +149,7 @@ export default class extends Controller {
#showConfirmationPrompt(confirmationPrompt) {
if (isMultiLineString(confirmationPrompt)) {
this.#showOutput(confirmationPrompt)
this.inputTarget.value = `Do you confirm? [Y/n] `
this.inputTarget.value = `Apply these changes? [Y/n] `
} else {
this.inputTarget.value = `${confirmationPrompt}? [Y/n] `
}