Skip to content

Commit

Permalink
feat: Use save instead of download
Browse files Browse the repository at this point in the history
  • Loading branch information
sunner committed Jul 19, 2023
1 parent 9fe50f6 commit a446b90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"name": "Chats",
"newChat": "New Chat",
"deleteAllChatHistory": "Delete All Chat History",
"downloadAllChatHistory": "Download All Chat History",
"downloadAllChatHistory": "Save All Chat History",
"confirmDeleteAllChatHistory": "Are you sure you want to delete all chat history? This action cannot be undone."
},
"bot": {
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"name": "对话",
"newChat": "新对话",
"deleteAllChatHistory": "删除所有对话记录",
"downloadAllChatHistory": "下载所有对话记录",
"downloadAllChatHistory": "保存所有对话记录",
"confirmDeleteAllChatHistory": "你确定要删除所有对话记录吗?此操作无法撤消。"
},
"bot": {
Expand Down

1 comment on commit a446b90

@vercel
Copy link

@vercel vercel bot commented on a446b90 Jul 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

chatall – ./

chatall-llm.vercel.app
chatall-git-main-sunner.vercel.app
chatall-sunner.vercel.app

Please sign in to comment.