File: D:/HostingSpaces/SBogers10/topswtwmobile.komma.pro/app/lang/en/customer/login.php
<?php
return [
// Global
'title' => 'Log in using your account',
'panel_title' => 'Make your choice',
'back' => 'Back',
'wrong_password' => 'We’re sorry. It seems you have entered an invalid password.',
'email_exists' => "This account is not known to us.",
'email_activated' => "This account is not activated yet. ",
// Create account
'choose_new' => [
'title' => 'Create an account',
'text' => '',
'button' => 'Create an account',
],
// Login on account
'choose_login' => [
'title' => 'Log in using your account',
]
,
'loginError' => 'The username or password is incorrect'
];