lang file updated
This commit is contained in:
parent
938cefafc4
commit
e7a11d356c
@ -14,7 +14,7 @@
|
||||
"Your team": "Ваша команда",
|
||||
"If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Если кнопка \":actionText\" выше не нажимается, то скопируйте следующую ссылку в адресную строку браузера: ",
|
||||
"These credentials do not match our records.": "Электронная почта или пароль указаны неверно",
|
||||
"Account was created": "Ваш личный кабинет Alfa создан",
|
||||
"Account was created": "Ваш личный кабинет создан",
|
||||
"Your account was created": "Учетная запись для Вас была создана",
|
||||
"Please use your email as login and created password": "Пожалуйста, используйте для входа Вашу электронную почту в качестве логина и пароль, который был автоматически сгенерирован: :password",
|
||||
"Go to login": "Перейти к авторизации",
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<td class="header">
|
||||
<a href="{{ $url }}" style="display: inline-block;">
|
||||
@if (trim($slot) === 'Alfa')
|
||||
<img src="{{ url('/images/logo.png') }}" class="logo" alt="Alfa Logo">
|
||||
<img src="{{ url('/images/logo.png') }}" class="logo" alt="Logo">
|
||||
@else
|
||||
{{ $slot }}
|
||||
@endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user