diff options
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> |