Skip to content

Commit 6a918b0

Browse files
committed
feat(ai-chat): add undo/restore warning strings
1 parent e46c9a4 commit 6a918b0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/nls/root/strings.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2208,6 +2208,8 @@ define({
22082208
"AI_CHAT_UNDO_TITLE": "Undo changes from this response",
22092209
"AI_CHAT_RESTORE_TITLE": "Restore files to this point",
22102210
"AI_CHAT_RESTORED": "Restored",
2211+
"AI_CHAT_UNDO_RESTORE_WARNING_TITLE": "AI Undo & Restore",
2212+
"AI_CHAT_UNDO_RESTORE_WARNING_BODY": "This will only undo changes made by the AI. Changes made outside the AI won’t be restored and may be lost. For full version history, use version control like Git.",
22112213
"AI_CHAT_SHOW_DIFF": "Show diff",
22122214
"AI_CHAT_HIDE_DIFF": "Hide diff",
22132215
"AI_CHAT_LABEL_YOU": "You",

0 commit comments

Comments
 (0)