Skip to content

Commit b3a3a0e

Browse files
committed
Fix v4 references
1 parent b2240df commit b3a3a0e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ <h5>Docker container</h5>
287287
<div class="tab-pane fade" id=downloads-v3-linux-other role=tabpanel>
288288
<div class=install-description>
289289
<div class="alert alert-info">
290-
Please contact us if you wish to port Prowlarr v4 for any other distribution that the ones already listed.<br>
290+
Please contact us if you wish to port Prowlarr for any other distribution that the ones already listed.<br>
291291
</div>
292292
<p>Generic .tar.gz downloads are available for linux, but dependencies, installation and permissions will need to be done manually.</p>
293293
<div>
@@ -329,7 +329,7 @@ <h5>Docker container</h5>
329329
<dd>
330330
<p>Open the archive and drag the Prowlarr icon to your Application folder.</p>
331331
<div class="alert alert-warning">
332-
Prowlarr v4 is not compatible with OSX versions < 10.15 (Catalina) due to .NET incompatibilities. </div>
332+
Prowlarr is not compatible with OSX versions < 10.15 (Catalina) due to .NET incompatibilities. </div>
333333
</dd>
334334
<dt>
335335
<span class=step>3</span>

src/sections/downloads-v3/linux.marko

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<tabview-pane id="downloads-v3-linux-other">
1111
<install-description>
1212
<alert level="info">
13-
Please contact us if you wish to port Prowlarr v4 for any other distribution that the ones already listed.<br/>
13+
Please contact us if you wish to port Prowlarr for any other distribution that the ones already listed.<br/>
1414
</alert>
1515
<p>Generic .tar.gz downloads are available for linux, but dependencies, installation and permissions will need to be done manually.</p>
1616
<div>

src/sections/downloads-v3/macos.marko

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</install-step>
99
<install-step num="2" title="Install App">
1010
<p>Open the archive and drag the Prowlarr icon to your Application folder.</p>
11-
<alert level="warning">Prowlarr v4 is not compatible with OSX versions < 10.15 (Catalina) due to .NET incompatibilities.</alert>
11+
<alert level="warning">Prowlarr is not compatible with OSX versions < 10.15 (Catalina) due to .NET incompatibilities.</alert>
1212
</install-step>
1313
<install-step num="3" title="Self-sign Prowlarr">
1414
<p>Self-sign Prowlarr `codesign --force --deep -s - Prowlarr.app`</p>

0 commit comments

Comments
 (0)