From 8beeb107f74bdb3fa643eb449f3cffe708d3880c Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Sun, 12 May 2024 17:41:14 +0800 Subject: [PATCH] write AI completion messages --- _locales/en/messages.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index b645048..d5f84d7 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -217,6 +217,9 @@ "scrape_msg_ready": { "message": "Loading complete, processing…" }, + "AI_message_title_done": { + "message": "Analysis:" + }, "AIkey_message_waiting_title": { "message": "Waiting for your API key…" },