From dfbf9c04a44d1f904b69391daf92b4bddf0dcd8b Mon Sep 17 00:00:00 2001 From: agessaman Date: Tue, 30 Dec 2025 15:08:25 -0800 Subject: [PATCH] Fix errant ! in translation string --- translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/en.json b/translations/en.json index 6a93378..57ff15c 100644 --- a/translations/en.json +++ b/translations/en.json @@ -198,7 +198,7 @@ }, "path": { "description": "Decode hex path data to show which repeaters were involved in message routing", - "help": "Path: path [hex] - Decode path to show repeaters. Use !path alone for recent message path, or path [7e,01] for specific path.", + "help": "Path: path [hex] - Decode path to show repeaters. Use path alone for current message path, or path [7e,01] for specific path.", "no_valid_hex": "❌ No valid hex values found in path data. Use format like: 11,98,a4,49,cd,5f,01", "no_path": "❌ No path information available in current message", "error": "Error processing path: {error}",