From e28b2f1e2eb1b337f0cd4be9ed5fd17d8c5ea72c Mon Sep 17 00:00:00 2001 From: RedDeadDepresso <94017243+RedDeadDepresso@users.noreply.github.com> Date: Sun, 7 Jan 2024 02:12:43 +0000 Subject: [PATCH] chore: updated lesson help --- module/config/i18n/en-US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/config/i18n/en-US.json b/module/config/i18n/en-US.json index 0a829e3..86b6e0a 100644 --- a/module/config/i18n/en-US.json +++ b/module/config/i18n/en-US.json @@ -292,7 +292,7 @@ }, "OnError": { "name": "Error Handling", - "help": "Perform the selected action when an error occurs (ticket not enough or any invalid setting)", + "help": "Perform the selected action when an error occurs (location not unlocked or any invalid setting)", "stop": "Stop script", "skip": "Skip current task" }