File: D:/HostingSpaces/SBogers10/topswtw.komma.pro/app/lang/nl/customer/login.php
<?php
return [
// Global
'title' => 'Inloggen op uw account',
'panel_title' => 'Maak uw keuze',
'back' => 'Terug',
'wrong_password' => 'Sorry, u heeft een verkeerd wachtwoord ingevuld.',
// 'wrong_credentials' =>
'email_exists' => 'Dit account is niet bekend bij ons.',
'email_activated' => 'Dit account is nog niet geactiveerd.',
// Create account
'choose_new' => [
'title' => 'Account aanmaken',
'text' => '',
'button' => 'Account aanmaken',
],
// Login on account
'choose_login' => [
'title' => 'Inloggen op uw account',
],
'loginError' => 'De gebruikersnaam of wachtwoord is niet correct.'
];