From 6d07c7ce9f0bf0cf9d515e0a95df49c3d50379cd Mon Sep 17 00:00:00 2001 From: Isaac Connor <isaac@zoneminder.com> Date: Tue, 4 May 2021 15:56:47 -0400 Subject: [PATCH] specify the invalid characters --- web/lang/en_gb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/lang/en_gb.php b/web/lang/en_gb.php index bfd50bcf0..8427d5bc6 100644 --- a/web/lang/en_gb.php +++ b/web/lang/en_gb.php @@ -178,7 +178,7 @@ $SLANG = array( 'BadColours' => 'Target colour must be set to a valid value', 'BadPassthrough' => 'Passthrough only works with ffmpeg type monitors.', 'BadPath' => 'Path must be set to a valid value', - 'BadPathNotEncoded' => 'Path must be set to a valid value. We have detected invalid characters that may need to be url encoded.', + 'BadPathNotEncoded' => 'Path must be set to a valid value. We have detected invalid characters !*\'()$ ,#[] that may need to be url percent encoded.', 'BadPort' => 'Port must be set to a valid number', 'BadPostEventCount' => 'Post event image count must be an integer of zero or more', 'BadPreEventCount' => 'Pre event image count must be at least zero, and less than image buffer size',