chore: add a secondary confirmation dialog when the user delete the tool (#5634)

This commit is contained in:
非法操作
2024-06-26 19:27:22 +08:00
committed by GitHub
parent e1a72e0e2b
commit 89a7c70730
16 changed files with 60 additions and 4 deletions

View File

@@ -73,6 +73,8 @@ const translation = {
privacyPolicyPlaceholder: 'プライバシーポリシーを入力してください',
customDisclaimer: 'カスタム免責事項',
customDisclaimerPlaceholder: 'カスタム免責事項を入力してください',
deleteToolConfirmTitle: 'このツールを削除しますか?',
deleteToolConfirmContent: 'ツールの削除は取り消しできません。ユーザーはもうあなたのツールにアクセスできません。',
},
test: {
title: 'テスト',