Ver Fonte

make message clear on socks info box

CauseFX há 5 anos atrás
pai
commit
06c1d896f9

+ 1 - 1
api/homepage/lidarr.php

@@ -57,7 +57,7 @@ trait LidarrHomepageItem
 								<div class="panel-wrapper collapse in">
 									<div class="panel-body">
 										<h3 lang="en">Lidarr SOCKS API Connection</h3>
-										<p>Using this feature allows you to access the Lidarr API without having to reverse proxy it.  Just access it from: </p>
+										<p>Using this feature allows you to access the API without having to reverse proxy it.  Just access it from: </p>
 										<code>' . $this->getServerPath() . 'api/v2/socks/lidarr/</code>
 									</div>
 								</div>

+ 1 - 1
api/homepage/radarr.php

@@ -57,7 +57,7 @@ trait RadarrHomepageItem
 								<div class="panel-wrapper collapse in">
 									<div class="panel-body">
 										<h3 lang="en">Radarr SOCKS API Connection</h3>
-										<p>Using this feature allows you to access the Radarr API without having to reverse proxy it.  Just access it from: </p>
+										<p>Using this feature allows you to access the API without having to reverse proxy it.  Just access it from: </p>
 										<code>' . $this->getServerPath() . 'api/v2/socks/radarr/</code>
 									</div>
 								</div>

+ 1 - 1
api/homepage/sabnzbd.php

@@ -58,7 +58,7 @@ trait SabNZBdHomepageItem
 								<div class="panel-wrapper collapse in">
 									<div class="panel-body">
 										<h3 lang="en">Sabnzbd SOCKS API Connection</h3>
-										<p>Using this feature allows you to access the Sonarr API without having to reverse proxy it.  Just access it from: </p>
+										<p>Using this feature allows you to access the API without having to reverse proxy it.  Just access it from: </p>
 										<code>' . $this->getServerPath() . 'api/v2/socks/sabnzbd/</code>
 									</div>
 								</div>

+ 1 - 1
api/homepage/sonarr.php

@@ -74,7 +74,7 @@ trait SonarrHomepageItem
 								<div class="panel-wrapper collapse in">
 									<div class="panel-body">
 										<h3 lang="en">Sonarr SOCKS API Connection</h3>
-										<p>Using this feature allows you to access the Sonarr API without having to reverse proxy it.  Just access it from: </p>
+										<p>Using this feature allows you to access the API without having to reverse proxy it.  Just access it from: </p>
 										<code>' . $this->getServerPath() . 'api/v2/socks/sonarr/</code>
 									</div>
 								</div>