Tab Contact: Phrase for Validation Length PLZ

This commit is contained in:
ma0068
2025-07-31 11:18:37 +02:00
parent c4bb543c0a
commit 9c1eb35e88
2 changed files with 30 additions and 1 deletions
+20
View File
@@ -44597,6 +44597,26 @@ and represent the current state of research on the topic. The prescribed citatio
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'error_fieldLessThan10000',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Das Eingabefeld {field} darf maximal 4-stellig sein.',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'The Field {Field} must contain a number less then 10000.',
'description' => '',
'insertvon' => 'system'
)
)
),
// FHC-4 Finetuning END
);