From c3d848317fb31e12b6262d9dc6f567ff3317f3ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= Date: Mon, 13 Feb 2017 07:37:41 +0100 Subject: [PATCH] Update lan_notify.php --- e107_admin/notify.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e107_admin/notify.php b/e107_admin/notify.php index e376d1ff4..00b50709c 100644 --- a/e107_admin/notify.php +++ b/e107_admin/notify.php @@ -359,7 +359,7 @@ class plugin_notify_admin_ui extends e_admin_ui if(isset($this->notify_prefs['event'][$id]['class']) && $this->notify_prefs['event'][$id]['class'] != e_UC_NOBODY) { - $text .= $frm->button('test['.$id.']', $id, 'confirm', 'Test'); + $text .= $frm->button('test['.$id.']', $id, 'confirm', LAN_TEST); } @@ -939,7 +939,7 @@ class notify_config if(isset($this->notify_prefs['event'][$id]['class']) && $this->notify_prefs['event'][$id]['class'] != e_UC_NOBODY) { - $text .= $frm->button('test['.$id.']', $id, 'confirm', 'Test'); + $text .= $frm->button('test['.$id.']', $id, 'confirm', LAN_TEST); }