Commit 17107850d723904b9666b17ce037d6ef9a4a6460
1 parent
28d1e978
Обратная связь 2
Showing
2 changed files
with
12 additions
and
3 deletions
Show diff stats
common/models/LoginForm.php
frontend/views/layouts/main.php
@@ -385,7 +385,7 @@ _________________________________________________________ --> | @@ -385,7 +385,7 @@ _________________________________________________________ --> | ||
385 | ->label(false) | 385 | ->label(false) |
386 | ->passwordInput( | 386 | ->passwordInput( |
387 | [ | 387 | [ |
388 | - 'placeholder' => $loginForm->getAttributeLabel('password'), | 388 | + 'placeholder' => $loginForm->getAttributeLabel('пароль'), |
389 | ] | 389 | ] |
390 | ); | 390 | ); |
391 | echo $login->field($loginForm, 'rememberMe') | 391 | echo $login->field($loginForm, 'rememberMe') |
@@ -484,14 +484,14 @@ _________________________________________________________ --> | @@ -484,14 +484,14 @@ _________________________________________________________ --> | ||
484 | ->label(false) | 484 | ->label(false) |
485 | ->textInput( | 485 | ->textInput( |
486 | [ | 486 | [ |
487 | - 'placeholder' => $callback->getAttributeLabel('ваше имя'), | 487 | + 'placeholder' => $callback->getAttributeLabel('Ваше имя'), |
488 | ] | 488 | ] |
489 | ); | 489 | ); |
490 | echo $form->field($callback, 'phone') | 490 | echo $form->field($callback, 'phone') |
491 | ->label(false) | 491 | ->label(false) |
492 | ->textInput( | 492 | ->textInput( |
493 | [ | 493 | [ |
494 | - 'placeholder' => $callback->getAttributeLabel('номер телефона'), | 494 | + 'placeholder' => $callback->getAttributeLabel('Номер телефона'), |
495 | ] | 495 | ] |
496 | ); | 496 | ); |
497 | echo Html::tag( | 497 | echo Html::tag( |