diff options
author | Freya Murphy <freya@freyacat.org> | 2024-04-05 15:00:27 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-04-05 15:00:27 -0400 |
commit | 4c8d58b646ac62e67fc34c12f8cad51e7512bee3 (patch) | |
tree | 432351cce0acccd9a986872f7ea020dae14b0c71 /src/web/_views/apps/home/main.php | |
parent | user menu (diff) | |
download | xssbook2-4c8d58b646ac62e67fc34c12f8cad51e7512bee3.tar.gz xssbook2-4c8d58b646ac62e67fc34c12f8cad51e7512bee3.tar.bz2 xssbook2-4c8d58b646ac62e67fc34c12f8cad51e7512bee3.zip |
add en_CAT makefile and use ucfirst/ucwords
Diffstat (limited to 'src/web/_views/apps/home/main.php')
-rw-r--r-- | src/web/_views/apps/home/main.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/_views/apps/home/main.php b/src/web/_views/apps/home/main.php index 60c3eb9..6112173 100644 --- a/src/web/_views/apps/home/main.php +++ b/src/web/_views/apps/home/main.php @@ -9,9 +9,9 @@ id="action-new-post" class="btn btn-alt btn-wide ml" autocomplete="off" - aria-label="<?=lang('action_new_post_tip')?>" + aria-label="<?=ucfirst(lang('action_new_post_tip'))?>" > - <?=lang('action_new_post_text', sub: [$self['first_name']])?> + <?=ucfirst(lang('action_new_post_text', sub: [$self['first_name']]))?> </a> </div> <script> |