Usability: Limited chars-length for 'Herkunft der Kenntnisse' / Added chars counter

Signed-off-by: cris-technikum <[email protected]>
This commit is contained in:
Cris
2021-04-07 17:17:53 +02:00
committed by cris-technikum
parent 587796e374
commit 094b502862
3 changed files with 39 additions and 3 deletions
+20
View File
@@ -10630,6 +10630,26 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'maxZeichen',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Max. Zeichen",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Max. Characters",
'description' => '',
'insertvon' => 'system'
)
)
),
);