HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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&rsquo;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'
];