From 4c8d58b646ac62e67fc34c12f8cad51e7512bee3 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 5 Apr 2024 15:00:27 -0400 Subject: add en_CAT makefile and use ucfirst/ucwords --- src/web/_model/apps/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web/_model/apps/auth.php') diff --git a/src/web/_model/apps/auth.php b/src/web/_model/apps/auth.php index 8a359d5..c528601 100644 --- a/src/web/_model/apps/auth.php +++ b/src/web/_model/apps/auth.php @@ -7,7 +7,7 @@ class Auth_model extends Model { public function get_data(): ?array { $data = parent::get_data(); - $data['title'] = lang('login'); + $data['title'] = ucfirst(lang('login')); return $data; } } -- cgit v1.2.3-freya