diff --git a/src/nls/root/strings.js b/src/nls/root/strings.js index e906ea580e..5e14c8d98d 100644 --- a/src/nls/root/strings.js +++ b/src/nls/root/strings.js @@ -2208,6 +2208,8 @@ define({ "AI_CHAT_UNDO_TITLE": "Undo changes from this response", "AI_CHAT_RESTORE_TITLE": "Restore files to this point", "AI_CHAT_RESTORED": "Restored", + "AI_CHAT_UNDO_RESTORE_WARNING_TITLE": "AI Undo & Restore", + "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.", "AI_CHAT_SHOW_DIFF": "Show diff", "AI_CHAT_HIDE_DIFF": "Hide diff", "AI_CHAT_LABEL_YOU": "You", diff --git a/tracking-repos.json b/tracking-repos.json index 8e084e487d..44d0dd5a11 100644 --- a/tracking-repos.json +++ b/tracking-repos.json @@ -1,5 +1,5 @@ { "phoenixPro": { - "commitID": "cbd55399cc8907d7bf072038b70319b1d4b5ef87" + "commitID": "871b8fdaf238c0bedd9dc1e24cbc75ee67987453" } }