From 2140ff16601e5399063b5c80c5e1fb6818450afb Mon Sep 17 00:00:00 2001 From: rica-carv Date: Mon, 8 May 2017 20:22:49 +0100 Subject: [PATCH] Update users.php --- e107_admin/users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_admin/users.php b/e107_admin/users.php index a1bae866d..25e7f5783 100644 --- a/e107_admin/users.php +++ b/e107_admin/users.php @@ -1771,7 +1771,7 @@ class users_admin_ui extends e_admin_ui 'rankName' => array('title' => USRLAN_208, 'type' => 'text', 'width' => 'auto', 'thclass' => 'left', 'class' => 'left'), 'lowThresh' => array('title' => USRLAN_209, 'type' => 'text', 'width' => 'auto', 'thclass' => 'left', 'class' => 'left'), 'langPrefix' => array('title' => USRLAN_210, 'type' => 'text', 'width' => 'auto', 'thclass' => 'left', 'class' => 'left'), - 'rankImage' => array('title' => USRLAN_210, 'type' => 'text', 'width' => 'auto', 'thclass' => 'left', 'class' => 'left'), + 'rankImage' => array('title' => USRLAN_211, 'type' => 'text', 'width' => 'auto', 'thclass' => 'left', 'class' => 'left'), );