diff --git a/Resources/Private/Templates/SingleView/SingleView.html b/Resources/Private/Templates/SingleView/SingleView.html
index 66f80aec43bc678dade2987637845ed58ad3949b..cc695ab94be8f403f2d32aa06c5a3d51e4705e5e 100644
--- a/Resources/Private/Templates/SingleView/SingleView.html
+++ b/Resources/Private/Templates/SingleView/SingleView.html
@@ -127,13 +127,12 @@
 		<div class="container">
 			<div class="tx-sgnews-single-comments">
 				<div class="tx-sgnews-comments-inner">
-					<f:cObject typoscriptObjectPath="lib.pwCommentsIndex" />
-					<hr>
+					<f:cObject typoscriptObjectPath="lib.sgCommentsIndex" />
+					<hr />
 					<div class="tx-sgnews-single-comment-form">
 						<f:flashMessages renderMode="div" />
-						<f:cObject typoscriptObjectPath="lib.pwCommentsNew" />
+						<f:cObject typoscriptObjectPath="lib.sgCommentsNew" />
 					</div>
-
 				</div>
 			</div>
 		</div>
diff --git a/ext_emconf.php b/ext_emconf.php
index 30c91f290962aee3555308b18b267da51855f4b6..4f82e0f5099384941eb9003c377260676918ad34 100644
--- a/ext_emconf.php
+++ b/ext_emconf.php
@@ -24,7 +24,7 @@ $EM_CONF[$_EXTKEY] = array(
 		'depends' => array(
 			'typo3' => '7.6.0-7.6.99',
 			'php' => '5.5.0-5.6.99',
-			'pw_comments' => '3.0.0-3.9.99',
+			'sg_comments' => '1.0.0-',
 			'rx_shariff' => '5.0.1-',
 		),
 		'conflicts' => array(),