You've already forked Atomcms-edit
4cb49e9521
The vendor/ entry in .gitignore was blocking lang/vendor/filament/ from being tracked. Added !lang/vendor/ exception and committed all 21 language translation files (login.php + resources.php) so the other VPS can pull them via git.
16 lines
233 B
PHP
Executable File
16 lines
233 B
PHP
Executable File
<?php
|
|
|
|
return [
|
|
'fields' => [
|
|
'username' => [
|
|
'label' => 'Gebruikersnaam',
|
|
],
|
|
'password' => [
|
|
'label' => 'Wachtwoord',
|
|
],
|
|
'remember' => [
|
|
'label' => 'Onthoud mij',
|
|
],
|
|
],
|
|
];
|