en.pl: Update to explicitly mention single quotation mark being invalid

- As all characters, except for the single quotation mark, are now allowed in the PSK
   with the base64 encoding implemented then the error message in the English Lang file
   has been changed to explicitly mention the single quotation mark rather than characters
   as a generic message.

Fixes: Bug13029
Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Adolf Belka
2024-07-05 19:18:55 +02:00
committed by Michael Tremer
parent 9d8d74e8e7
commit e627de73d1
2 changed files with 2 additions and 2 deletions

View File

@@ -1516,7 +1516,7 @@
'intrusion prevention system' => 'Intrusion Prevention System',
'invalid broadcast ip' => 'Invalid broadcast IP',
'invalid cache size' => 'Invalid cache size.',
'invalid characters found in pre-shared key' => 'Invalid characters found in pre-shared key.',
'invalid characters found in pre-shared key' => 'Invalid single quotation mark found in pre-shared key.',
'invalid date entered' => 'Invalid date entered.',
'invalid default lease time' => 'Invalid default lease time.',
'invalid domain name' => 'Invalid domain name.',