diff options
Diffstat (limited to 'src/web/helper/lang.php')
-rw-r--r-- | src/web/helper/lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/helper/lang.php b/src/web/helper/lang.php index b0638a6..f7d69e6 100644 --- a/src/web/helper/lang.php +++ b/src/web/helper/lang.php @@ -26,7 +26,7 @@ function ilang($key, $sub = NULL, $button = FALSE, ) { - $text = lang($key . "_text", FALSE, sub: $sub); + $text = ucfirst(lang($key . "_text", FALSE, sub: $sub)); $tip = lang($key . "_tip", FALSE, sub: $sub); $icon = lang($key . "_icon", FALSE); $content = lang($key . "_content", FALSE); |