summaryrefslogtreecommitdiff
path: root/src/web/helper/lang.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/web/helper/lang.php2
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);