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 48acba9..9c694a1 100644 --- a/src/web/helper/lang.php +++ b/src/web/helper/lang.php @@ -26,7 +26,7 @@ function ilang($key, $button = FALSE, ) { $text = lang($key . "_text", FALSE, sub: $sub); - $tip = lang($key . "_tip", FALSE); + $tip = lang($key . "_tip", FALSE, sub: $sub); $icon = lang($key . "_icon", FALSE); $content = lang($key . "_content", FALSE); |