diff --git a/e107_plugins/social/admin_config.php b/e107_plugins/social/admin_config.php index 1ed9400b0..0d67b2759 100644 --- a/e107_plugins/social/admin_config.php +++ b/e107_plugins/social/admin_config.php @@ -662,13 +662,14 @@ class social_ui extends e_admin_ui foreach ($fieldInfo as $fieldSlash => $description) { $field = str_replace("/", "][", $fieldSlash); + $placeholder = self::getPlaceholderFor($provider_name, $fieldSlash); $frm_options = [ 'size' => 'xxlarge', - 'placeholder' => self::getPlaceholderFor($provider_name, $fieldSlash), + 'placeholder' => $placeholder, ]; $text .= "