fix(trigger-words): raise group word limit

This commit is contained in:
Will Miao
2026-04-21 16:35:25 +08:00
parent ecf7ea21e4
commit 37f0e8f213
11 changed files with 25 additions and 22 deletions

View File

@@ -1761,8 +1761,8 @@
},
"triggerWords": {
"loadFailed": "Could not load trained words",
"tooLong": "Trigger word should not exceed 100 words",
"tooMany": "Maximum 30 trigger words allowed",
"tooLong": "Trigger word should not exceed 500 words",
"tooMany": "Maximum 100 trigger words allowed",
"alreadyExists": "This trigger word already exists",
"updateSuccess": "Trigger words updated successfully",
"updateFailed": "Failed to update trigger words",