diff --git a/e107_core/shortcodes/batch/admin_shortcodes.php b/e107_core/shortcodes/batch/admin_shortcodes.php
index 922e4c0ba..fc8041a50 100644
--- a/e107_core/shortcodes/batch/admin_shortcodes.php
+++ b/e107_core/shortcodes/batch/admin_shortcodes.php
@@ -2176,12 +2176,12 @@ Inverse 10 10
$c = 0;
foreach($languages as $lng)
{
- $checked = " ";
+ $checked = " ";
$code = $slng->convert($lng);
if($lng == e_LANGUAGE)
{
- $checked = $tp->toGlyph('ok')." ";
+ $checked = $tp->toGlyph('fa-check', array('fw'=>1))." ";
$link = '#';
}
elseif(in_array(e_DOMAIN,$multiDoms))