From a37fe3317363484cdd68d5198e21e0ab9454d481 Mon Sep 17 00:00:00 2001 From: Tijn Kuyper Date: Mon, 17 Apr 2017 11:23:49 +0200 Subject: [PATCH] Fixes #1438 - Link updated to translation team --- e107_admin/lancheck.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e107_admin/lancheck.php b/e107_admin/lancheck.php index 0ee9f9a0c..97c6ae494 100644 --- a/e107_admin/lancheck.php +++ b/e107_admin/lancheck.php @@ -892,8 +892,8 @@ class lancheck $text .= "".LAN_OPTIONS.""; $srch = array("[","]"); - $repl = array("",""); - $diz = (deftrue("LANG_LAN_28")) ? LANG_LAN_28 : "Check this box if you're an [e107 certified translator]."; + $repl = array("",""); + $diz = (deftrue("LANG_LAN_28")) ? LANG_LAN_28 : "Check this box if you are a member of the [e107 translation team]."; $checked = varset($_COOKIE['e107_certified']) == 1 ? true : false;