mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 20:09:20 +08:00
fix: correct trigger events limit modal wording (#28463)
This commit is contained in:
@@ -13,8 +13,8 @@ const translation = {
|
||||
},
|
||||
teamMembers: 'Team Members',
|
||||
triggerLimitModal: {
|
||||
title: 'Upgrade to unlock unlimited triggers per workflow',
|
||||
description: 'You’ve reached the limit of 2 triggers per workflow for this plan. Upgrade to publish this workflow.',
|
||||
title: 'Upgrade to unlock more trigger events',
|
||||
description: 'You\'ve reached the limit of workflow event triggers for this plan.',
|
||||
dismiss: 'Dismiss',
|
||||
upgrade: 'Upgrade',
|
||||
usageTitle: 'TRIGGER EVENTS',
|
||||
|
||||
Reference in New Issue
Block a user