use different language string for password-placeholder when adding a new customer; fixes #1216

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-12-31 18:01:39 +01:00
parent 4073984fd7
commit 96ccdda304
3 changed files with 3 additions and 1 deletions

View File

@@ -59,7 +59,7 @@ return [
'label' => lng('login.password'),
'type' => 'password',
'autocomplete' => 'off',
'placeholder' => lng('admin.username_default_msg'),
'placeholder' => lng('admin.password_default_msg'),
'next_to' => [
'new_customer_password_suggestion' => [
'next_to_prefix' => lng('customer.generated_pwd') . ':',