diff options
Diffstat (limited to 'src/web/_views/apps/people/header.php')
-rw-r--r-- | src/web/_views/apps/people/header.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/_views/apps/people/header.php b/src/web/_views/apps/people/header.php index 7f3d95b..1f3a025 100644 --- a/src/web/_views/apps/people/header.php +++ b/src/web/_views/apps/people/header.php @@ -1,6 +1,6 @@ <?php /* Copyright (c) 2024 Freya Murphy */ ?> <?php /* vi: syntax=php */ ?> <div id="main-content" class="col"> - <h1 class="title"><?=lang('title')?></h1> - <h3 class="desc"><?=lang('desc')?></h3> + <h1 class="title"><?=ucfirst(lang('title'))?></h1> + <h3 class="desc"><?=ucfirst(lang('desc'))?></h3> <hr> |