Files
Atomcms-edit/lang/vendor/filament/el/login.php
T
root 4cb49e9521 fix: track Filament vendor translation files in git
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.
2026-06-24 17:05:31 +02:00

16 lines
225 B
PHP
Executable File

<?php
return [
'fields' => [
'username' => [
'label' => 'Username',
],
'password' => [
'label' => 'Password',
],
'remember' => [
'label' => 'Remember me',
],
],
];