Skip to content

Commit ce905e2

Browse files
committed
Fix approve prompt and release 2.0.4
1 parent 8f45760 commit ce905e2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "copilot-cockpit",
33
"displayName": "Copilot Cockpit",
44
"description": "One VS Code system for AI planning and triage, execution and scheduling, and optional control-plane integration",
5-
"version": "2.0.3",
5+
"version": "2.0.4",
66
"publisher": "local-dev",
77
"license": "SEE LICENSE IN LICENSE",
88
"icon": "images/icon.png",

src/cockpitWebviewStrings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ export function buildSchedulerWebviewStrings(
577577
boardDeleteTodoCancel: localize("Cancel", "キャンセル", "Abbrechen"),
578578
boardFinalizeTodoYes: localize("Yes", "はい", "Ja"),
579579
boardFinalizeTodoNo: localize("No", "いいえ", "Nein"),
580-
boardApprovePrompt: localize("Mark this todo ready for promotion into a task draft?", "この Todo を task draft へ進める準備済みにしますか?", "Dieses Todo als bereit fuer die Ueberfuehrung in einen Task-Entwurf markieren?"),
580+
boardApprovePrompt: localize("Mark this todo ready for task draft creation?", "この Todo を task draft へ進める準備済みにしますか?", "Dieses Todo als bereit fuer die Ueberfuehrung in einen Task-Entwurf markieren?"),
581581
boardFinalizePrompt: localize("Archive this todo as completed successfully?", "この Todo を正常完了としてアーカイブしますか?", "Dieses Todo als erfolgreich abgeschlossen archivieren?"),
582582
boardDescriptionLabel: localize("Description", "説明", "Beschreibung"),
583583
boardConfirmAction: localize("Confirm", "確認", "Bestätigen"),

0 commit comments

Comments
 (0)