From 740df2706934231a91c5e2d5061198ea962c357c Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 3 Apr 2024 11:25:57 -0400 Subject: profile page --- src/web/helper/lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web/helper/lang.php') 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); -- cgit v1.2.3-freya