Skip to content

Commit

Permalink
UI: Fixed required msg for generator node
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemDzhereleiko committed Nov 18, 2024
1 parent f787c04 commit f739d07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export default function addRuleNodeCoreLocaleEnglish(translate: TranslateService
'message-count-required': 'Generated messages limit is required.',
'min-message-count-message': 'Only 0 minimum message count is allowed.',
'period-seconds': 'Generation frequency in seconds',
'period-seconds-required': 'Period is required.',
'period-seconds-required': 'Generation frequency is required.',
'script-lang-tbel': 'TBEL',
'script-lang-js': 'JS',
'use-metadata-period-in-seconds-patterns': 'Use period in seconds pattern',
Expand Down

0 comments on commit f739d07

Please sign in to comment.