fix(web): clarify route test warning

This commit is contained in:
RockChinQ
2026-08-25 21:31:02 +08:00
parent e62f8a957a
commit a8eb265c11
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -475,7 +475,7 @@ const enUS = {
routeTestDispatched:
'The saved route ran successfully. {{count}} platform actions were blocked.',
routeTestSideEffectWarning:
'Platform messaging is blocked, but the processor and tools still run.',
'The processor and tools will run, but replies will not be sent to messaging platforms.',
dryRunTitle: 'Test route',
dryRunDescription:
'Preview the match first. Run the saved configuration only when you need to test the processor.',